#DFEEFD

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

Shades of Solitude #DFEEFD

Tints of Solitude #DFEEFD

Color information

#DFEEFD (or 0xDFEEFD) is unknown color: approx Solitude. HEX triplet: DF, EE and FD. RGB value is (223,238,253). Sum of RGB (Red+Green+Blue) = 223+238+253=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFD is #201102. Grayscale: #EBEBEB. Windows color (decimal): -2101507 or 16641759. OLE color: 16641759.

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

Color convert

RGB223238253-
CMYK0.120.0600.01
HSL210º88.24%93.33%-
HSV(B)210º11.86%99.22%-
XYZ78.7483.93104.98-
YUV235.22138.03119.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.23%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=31.23%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232382530.120.0600.0121088.2493.33
HexDFEEFDC601d2585d
Octal33735637514601322130135
Binary1101111111101110111111011100110011101001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEFD; }

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

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

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

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

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

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

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

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