#DFECFB

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

Shades of Solitude #DFECFB

Tints of Solitude #DFECFB

Color information

#DFECFB (or 0xDFECFB) is unknown color: approx Solitude. HEX triplet: DF, EC and FB. RGB value is (223,236,251). Sum of RGB (Red+Green+Blue) = 223+236+251=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFB is #201304. Grayscale: #E9E9E9. Windows color (decimal): -2102021 or 16510175. OLE color: 16510175.

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

Color convert

RGB223236251-
CMYK0.110.0600.02
HSL212.14º77.78%92.94%-
HSV(B)212.14º11.16%98.43%-
XYZ77.8482.64103.12-
YUV233.82137.69120.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.41%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=31.41%
G=33.24%
B=35.35%

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
Decimal2232362510.110.0600.02212.1477.7892.94
HexDFECFBB602d44e5d
Octal33735437313602324116135
Binary11011111111011001111101110111100101101010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECFB; }

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

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

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

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

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

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

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

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