#DFEAF7

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

Shades of Solitude #DFEAF7

Tints of Solitude #DFEAF7

Color information

#DFEAF7 (or 0xDFEAF7) is unknown color: approx Solitude. HEX triplet: DF, EA and F7. RGB value is (223,234,247). Sum of RGB (Red+Green+Blue) = 223+234+247=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF7 is #201508. Grayscale: #E8E8E8. Windows color (decimal): -2102537 or 16247519. OLE color: 16247519.

HSL color Cylindrical-coordinate representation of color #DFEAF7: hue angle of 212.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEAF7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223234247-
CMYK0.100.0500.03
HSL212.5º60%92.16%-
HSV(B)212.5º9.72%96.86%-
XYZ76.6481.2599.64-
YUV232.19136.36121.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=31.68%
G=33.24%
B=35.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232342470.100.0500.03212.56092.16
HexDFEAF7A503d43c5c
Octal3373523671250332474134
Binary1101111111101010111101111010101011110101001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAF7; }

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

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

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

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

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

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

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

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