#DFEAF6

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

Shades of Solitude #DFEAF6

Tints of Solitude #DFEAF6

Color information

#DFEAF6 (or 0xDFEAF6) is unknown color: approx Solitude. HEX triplet: DF, EA and F6. RGB value is (223,234,246). Sum of RGB (Red+Green+Blue) = 223+234+246=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF6 is #201509. Grayscale: #E8E8E8. Windows color (decimal): -2102538 or 16181983. OLE color: 16181983.

HSL color Cylindrical-coordinate representation of color #DFEAF6: hue angle of 211.3º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEAF6 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223234246-
CMYK0.090.0500.04
HSL211.3º56.1%91.96%-
HSV(B)211.3º9.35%96.47%-
XYZ76.4981.1998.83-
YUV232.08135.86121.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=31.72%
G=33.29%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232342460.090.0500.04211.356.191.96
HexDFEAF69504d3385c
Octal3373523661150432370134
Binary11011111111010101111011010011010100110100111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAF6; }

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

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

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

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

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

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

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

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