#DFEBF9

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

Shades of Solitude #DFEBF9

Tints of Solitude #DFEBF9

Color information

#DFEBF9 (or 0xDFEBF9) is unknown color: approx Solitude. HEX triplet: DF, EB and F9. RGB value is (223,235,249). Sum of RGB (Red+Green+Blue) = 223+235+249=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBF9 is #201406. Grayscale: #E8E8E8. Windows color (decimal): -2102279 or 16378847. OLE color: 16378847.

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

Color convert

RGB223235249-
CMYK0.100.0600.02
HSL212.31º68.42%92.55%-
HSV(B)212.31º10.44%97.65%-
XYZ77.2481.94101.37-
YUV233.01137.02120.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=31.54%
G=33.24%
B=35.22%

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
Decimal2232352490.100.0600.02212.3168.4292.55
HexDFEBF9A602d4445d
Octal33735337112602324104135
Binary11011111111010111111100110101100101101010010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBF9; }

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

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

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

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

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

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

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

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