#DFEAF9

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

Shades of Solitude #DFEAF9

Tints of Solitude #DFEAF9

Color information

#DFEAF9 (or 0xDFEAF9) is unknown color: approx Solitude. HEX triplet: DF, EA and F9. RGB value is (223,234,249). Sum of RGB (Red+Green+Blue) = 223+234+249=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF9 is #201506. Grayscale: #E8E8E8. Windows color (decimal): -2102535 or 16378591. OLE color: 16378591.

HSL color Cylindrical-coordinate representation of color #DFEAF9: hue angle of 214.62º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEAF9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223234249-
CMYK0.100.0600.02
HSL214.62º68.42%92.55%-
HSV(B)214.62º10.44%97.65%-
XYZ76.9581.37101.27-
YUV232.42137.36121.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.59%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=31.59%
G=33.14%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232342490.100.0600.02214.6268.4292.55
HexDFEAF9A602d7445d
Octal33735237112602327104135
Binary11011111111010101111100110101100101101011110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAF9; }

 p { color: rgb(223,234,249); }

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

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

 a { background-color: rgb(223,234,249); }

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

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

 span { border-color: rgb(223,234,249); }

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