Html Css Color HEX #CEF0DD White Ice

📋 copy color: '#CEF0DD'

red 206 ◦ green 240 ◦ blue 221

#CEF0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #CEF0DD

Tints of White Ice #CEF0DD

RGB

 RED value IS 206 (80.86% from 255) = 30.88%

 GREEN value IS 240 (94.14% from 255) = 35.98%

 BLUE value IS 221 (86.72% from 255) = 33.13%

R = 30.88%
G = 35.98%
B = 33.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#CEF0DD (or 0xCEF0DD) is known color: White Ice. HEX triplet: CE, F0 and DD. RGB value is (206,240,221). Sum of RGB (Red+Green+Blue) = 206+240+221=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0DD is #310F22. Grayscale: #E3E3E3. Windows color (decimal): -3215139 or 14545102. OLE color: 14545102.

HSL color Cylindrical-coordinate representation of color #CEF0DD: hue angle of 146.47º degrees, saturation: 0.53, 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 #CEF0DD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 221 -
CMYK 0.14 0 0.08 0.06
HSL 146.47º 0.53% 0.87% -
HSV(B) 146.47º 0.14% 0.94% -
XYZ 69.66 80.66 80.3 -
YUV 227.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 206 240 221 0.14 0 0.08 0.06 146.47 0.53 0.87
Hex CE F0 DD E 0 8 6 92 35 57
Octal 316 360 335 16 0 10 6 222 65 127
Binary 11001110 11110000 11011101 1110 0 1000 110 10010010 110101 1010111

Color Harmonies of #CEF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0DD

Black with #CEF0DD

Text Example


Text Example

White with #CEF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0DD; }

 p { color: rgb(206,240,221); }

 H1.HeaderClassName
 {
   color: #CEF0DD;
 }
 .AnyTagClassName
 {
   color: #CEF0DD;
 }
</style>

background-color css

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

 a { background-color: rgb(206,240,221); }

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

border-color css

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

 span { border-color: rgb(206,240,221); }

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