#DFECFA

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

Shades of Solitude #DFECFA

Tints of Solitude #DFECFA

Color information

#DFECFA (or 0xDFECFA) is unknown color: approx Solitude. HEX triplet: DF, EC and FA. RGB value is (223,236,250). Sum of RGB (Red+Green+Blue) = 223+236+250=709 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.45% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFA is #201305. Grayscale: #E9E9E9. Windows color (decimal): -2102022 or 16444639. OLE color: 16444639.

HSL color Cylindrical-coordinate representation of color #DFECFA: hue angle of 211.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFECFA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223236250-
CMYK0.110.0600.02
HSL211.11º72.97%92.75%-
HSV(B)211.11º10.8%98.04%-
XYZ77.6882.58102.29-
YUV233.71137.19120.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.45%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=31.45%
G=33.29%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232362500.110.0600.02211.1172.9792.75
HexDFECFAB602d3495d
Octal33735437213602323111135
Binary11011111111011001111101010111100101101001110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECFA; }

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

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

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

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

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

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

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

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