Html Css Color HEX #FFDDFF Selago

📋 copy color: '#FFDDFF'

red 255 ◦ green 221 ◦ blue 255

#FFDDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FFDDFF

Tints of Selago #FFDDFF

RGB

 RED value IS 255 (100% from 255) = 34.88%

 GREEN value IS 221 (86.72% from 255) = 30.23%

 BLUE value IS 255 (100% from 255) = 34.88%

R = 34.88%
G = 30.23%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFDDFF (or 0xFFDDFF) is known color: Selago. HEX triplet: FF, DD and FF. RGB value is (255,221,255). Sum of RGB (Red+Green+Blue) = 255+221+255=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 221 (86.72% from 255 or 30.23% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFF is #002200. Grayscale: #EAEAEA. Windows color (decimal): -8705 or 16768511. OLE color: 16768511.

HSL color Cylindrical-coordinate representation of color #FFDDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDFF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 255 -
CMYK 0 0.13 0 0
HSL 300º 1% 0.93% -
HSV(B) 300º 0.13% 1% -
XYZ 85.15 80.19 105.6 -
YUV 235.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 255 221 255 0 0.13 0 0 300 1 0.93
Hex FF DD FF 0 D 0 0 12C 64 5D
Octal 377 335 377 0 15 0 0 454 144 135
Binary 11111111 11011101 11111111 0 1101 0 0 100101100 1100100 1011101

Color Harmonies of #FFDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDFF

Black with #FFDDFF

Text Example


Text Example

White with #FFDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDFF; }

 p { color: rgb(255,221,255); }

 H1.HeaderClassName
 {
   color: #FFDDFF;
 }
 .AnyTagClassName
 {
   color: #FFDDFF;
 }
</style>

background-color css

<style>
 a { background-color: #FFDDFF; }

 a { background-color: rgb(255,221,255); }

 div.DivClassName
 {
   background-color: #FFDDFF;
 }
 .BgClassName
 {
   background-color: #FFDDFF;
 }
</style>

border-color css

<style>
 span { border-color: #FFDDFF; }

 span { border-color: rgb(255,221,255); }

 td.TdClassName
 {
   border-color: #FFDDFF;
 }
 .TagClassName
 {
   border-color: #FFDDFF;
 }
</style>