#CEEFDF

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

Shades of White Ice #CEEFDF

Tints of White Ice #CEEFDF

Color information

#CEEFDF (or 0xCEEFDF) is unknown color: approx White Ice. HEX triplet: CE, EF and DF. RGB value is (206,239,223). Sum of RGB (Red+Green+Blue) = 206+239+223=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFDF is #311020. Grayscale: #E3E3E3. Windows color (decimal): -3215393 or 14675918. OLE color: 14675918.

HSL color Cylindrical-coordinate representation of color #CEEFDF: hue angle of 150.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFDF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB206239223-
CMYK0.1400.070.06
HSL150.91º50.77%87.25%-
HSV(B)150.91º13.81%93.73%-
XYZ69.6480.1881.62-
YUV227.31125.57112.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=30.84%
G=35.78%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392230.1400.070.06150.9150.7787.25
HexCEEFDFE076973357
Octal3163573371607622763127
Binary11001110111011111101111111100111110100101111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFDF; }

 p { color: rgb(206,239,223); }

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

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

 a { background-color: rgb(206,239,223); }

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

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

 span { border-color: rgb(206,239,223); }

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