#CEF8DE

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

Shades of White Ice #CEF8DE

Tints of White Ice #CEF8DE

Color information

#CEF8DE (or 0xCEF8DE) is unknown color: approx White Ice. HEX triplet: CE, F8 and DE. RGB value is (206,248,222). Sum of RGB (Red+Green+Blue) = 206+248+222=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8DE is #310721. Grayscale: #E8E8E8. Windows color (decimal): -3213090 or 14612686. OLE color: 14612686.

HSL color Cylindrical-coordinate representation of color #CEF8DE: hue angle of 142.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8DE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB206248222-
CMYK0.1700.100.03
HSL142.86º75%89.02%-
HSV(B)142.86º16.94%97.25%-
XYZ72.2185.5381.81-
YUV232.48122.09109.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.47%
GREEN value IS 248 (97.27% from 255) = 36.69%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=30.47%
G=36.69%
B=32.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482220.1700.100.03142.867589.02
HexCEF8DE110A38f4b59
Octal316370336210123217113131
Binary1100111011111000110111101000101010111000111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8DE; }

 p { color: rgb(206,248,222); }

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

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

 a { background-color: rgb(206,248,222); }

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

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

 span { border-color: rgb(206,248,222); }

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