#DFFCEE

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

Shades of White Ice #DFFCEE

Tints of White Ice #DFFCEE

Color information

#DFFCEE (or 0xDFFCEE) is unknown color: approx White Ice. HEX triplet: DF, FC and EE. RGB value is (223,252,238). Sum of RGB (Red+Green+Blue) = 223+252+238=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCEE is #200311. Grayscale: #F1F1F1. Windows color (decimal): -2097938 or 15662303. OLE color: 15662303.

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

Color convert

RGB223252238-
CMYK0.1200.060.01
HSL151.03º82.86%93.14%-
HSV(B)151.03º11.51%98.82%-
XYZ80.6791.4894.29-
YUV241.73125.89114.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.28%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=31.28%
G=35.34%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522380.1200.060.01151.0382.8693.14
HexDFFCEEC06197535d
Octal33737435614061227123135
Binary1101111111111100111011101100011011001011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCEE; }

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

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

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

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

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

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

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

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