#DFEAF8

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

Shades of Solitude #DFEAF8

Tints of Solitude #DFEAF8

Color information

#DFEAF8 (or 0xDFEAF8) is unknown color: approx Solitude. HEX triplet: DF, EA and F8. RGB value is (223,234,248). Sum of RGB (Red+Green+Blue) = 223+234+248=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF8 is #201507. Grayscale: #E8E8E8. Windows color (decimal): -2102536 or 16313055. OLE color: 16313055.

HSL color Cylindrical-coordinate representation of color #DFEAF8: hue angle of 213.6º degrees, saturation: 0.64, 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 #DFEAF8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223234248-
CMYK0.100.0600.03
HSL213.6º64.1%92.35%-
HSV(B)213.6º10.08%97.25%-
XYZ76.881.31100.45-
YUV232.31136.86121.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.63%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=31.63%
G=33.19%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232342480.100.0600.03213.664.192.35
HexDFEAF8A603d6405c
Octal33735237012603326100134
Binary11011111111010101111100010101100111101011010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAF8; }

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

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

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

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

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

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

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

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