#CEF9E0

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

Shades of White Ice #CEF9E0

Tints of White Ice #CEF9E0

Color information

#CEF9E0 (or 0xCEF9E0) is unknown color: approx White Ice. HEX triplet: CE, F9 and E0. RGB value is (206,249,224). Sum of RGB (Red+Green+Blue) = 206+249+224=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9E0 is #31061F. Grayscale: #E9E9E9. Windows color (decimal): -3212832 or 14744014. OLE color: 14744014.

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

Color convert

RGB206249224-
CMYK0.1700.100.02
HSL145.12º78.18%89.22%-
HSV(B)145.12º17.27%97.65%-
XYZ72.7886.2583.33-
YUV233.29122.75108.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 249 (97.66% from 255) = 36.67%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=30.34%
G=36.67%
B=32.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492240.1700.100.02145.1278.1889.22
HexCEF9E0110A2914e59
Octal316371340210122221116131
Binary1100111011111001111000001000101010101001000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9E0; }

 p { color: rgb(206,249,224); }

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

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

 a { background-color: rgb(206,249,224); }

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

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

 span { border-color: rgb(206,249,224); }

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