#FFDDF9

Color #FFDDF9 Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FFDDF9

Tints of Selago #FFDDF9

Color information

#FFDDF9 (or 0xFFDDF9) is unknown color: approx Selago. HEX triplet: FF, DD and F9. RGB value is (255,221,249). Sum of RGB (Red+Green+Blue) = 255+221+249=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF9 is #002206. Grayscale: #EAEAEA. Windows color (decimal): -8711 or 16375295. OLE color: 16375295.

HSL color Cylindrical-coordinate representation of color #FFDDF9: hue angle of 310.59º 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 #FFDDF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255221249-
CMYK00.130.020
HSL310.59º100%93.33%-
HSV(B)310.59º13.33%100%-
XYZ84.279.81100.59-
YUV234.36136.26142.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 221 (86.72% from 255) = 30.48%
BLUE value IS 249 (97.66% from 255) = 34.34%
R=35.17%
G=30.48%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522124900.130.020310.5910093.33
HexFFDDF90D20137645d
Octal37733537101520467144135
Binary1111111111011101111110010110110010011011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDF9; }

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

 H1.HeaderClassName
 {
   color: #FFDDF9;
 }
 .AnyTagClassName
 {
   color: #FFDDF9;
 }
</style>
background-color css

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

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

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

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

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

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