#DFEBF6

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

Shades of Solitude #DFEBF6

Tints of Solitude #DFEBF6

Color information

#DFEBF6 (or 0xDFEBF6) is unknown color: approx Solitude. HEX triplet: DF, EB and F6. RGB value is (223,235,246). Sum of RGB (Red+Green+Blue) = 223+235+246=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF6 is #201409. Grayscale: #E8E8E8. Windows color (decimal): -2102282 or 16182239. OLE color: 16182239.

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

Color convert

RGB223235246-
CMYK0.090.0400.04
HSL208.7º56.1%91.96%-
HSV(B)208.7º9.35%96.47%-
XYZ76.7781.7698.92-
YUV232.67135.52121.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=31.68%
G=33.38%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232352460.090.0400.04208.756.191.96
HexDFEBF69404d1385c
Octal3373533661140432170134
Binary11011111111010111111011010011000100110100011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF6; }

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

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

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

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

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

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

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

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