#DFECFD

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

Shades of Solitude #DFECFD

Tints of Solitude #DFECFD

Color information

#DFECFD (or 0xDFECFD) is unknown color: approx Solitude. HEX triplet: DF, EC and FD. RGB value is (223,236,253). Sum of RGB (Red+Green+Blue) = 223+236+253=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECFD is #201302. Grayscale: #E9E9E9. Windows color (decimal): -2102019 or 16641247. OLE color: 16641247.

HSL color Cylindrical-coordinate representation of color #DFECFD: hue angle of 214º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFECFD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223236253-
CMYK0.120.0700.01
HSL214º88.24%93.33%-
HSV(B)214º11.86%99.22%-
XYZ78.1682.77104.79-
YUV234.05138.69120.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.32%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=31.32%
G=33.15%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232362530.120.0700.0121488.2493.33
HexDFECFDC701d6585d
Octal33735437514701326130135
Binary1101111111101100111111011100111011101011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECFD; }

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

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

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

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

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

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

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

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