#DFEEE6

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

Shades of White Ice #DFEEE6

Tints of White Ice #DFEEE6

Color information

#DFEEE6 (or 0xDFEEE6) is unknown color: approx White Ice. HEX triplet: DF, EE and E6. RGB value is (223,238,230). Sum of RGB (Red+Green+Blue) = 223+238+230=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEE6 is #201119. Grayscale: #E8E8E8. Windows color (decimal): -2101530 or 15134431. OLE color: 15134431.

HSL color Cylindrical-coordinate representation of color #DFEEE6: hue angle of 148º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEEE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB223238230-
CMYK0.0600.030.07
HSL148º30.61%90.39%-
HSV(B)148º6.3%93.33%-
XYZ75.2982.5586.83-
YUV232.6126.53121.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=32.27%
G=34.44%
B=33.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382300.0600.030.0714830.6190.39
HexDFEEE66037941f5a
Octal337356346603722437132
Binary11011111111011101110011011001111110010100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEE6; }

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

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

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

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

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

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

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

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