#DFECF9

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

Shades of Solitude #DFECF9

Tints of Solitude #DFECF9

Color information

#DFECF9 (or 0xDFECF9) is unknown color: approx Solitude. HEX triplet: DF, EC and F9. RGB value is (223,236,249). Sum of RGB (Red+Green+Blue) = 223+236+249=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF9 is #201306. Grayscale: #E9E9E9. Windows color (decimal): -2102023 or 16379103. OLE color: 16379103.

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

Color convert

RGB223236249-
CMYK0.100.0500.02
HSL210º68.42%92.55%-
HSV(B)210º10.44%97.65%-
XYZ77.5382.52101.46-
YUV233.59136.69120.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=31.50%
G=33.33%
B=35.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232362490.100.0500.0221068.4292.55
HexDFECF9A502d2445d
Octal33735437112502322104135
Binary11011111111011001111100110101010101101001010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECF9; }

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

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

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

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

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

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

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

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