Html Css Color HEX #CEF2DE White Ice

📋 copy color: '#CEF2DE'

red 206 ◦ green 242 ◦ blue 222

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

Shades of White Ice #CEF2DE

Tints of White Ice #CEF2DE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.12%

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 30.75%
G = 36.12%
B = 33.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#CEF2DE (or 0xCEF2DE) is known color: White Ice. HEX triplet: CE, F2 and DE. RGB value is (206,242,222). Sum of RGB (Red+Green+Blue) = 206+242+222=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DE is #310D21. Grayscale: #E5E5E5. Windows color (decimal): -3214626 or 14611150. OLE color: 14611150.

HSL color Cylindrical-coordinate representation of color #CEF2DE: hue angle of 146.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2DE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 222 -
CMYK 0.15 0 0.08 0.05
HSL 146.67º 0.58% 0.88% -
HSV(B) 146.67º 0.15% 0.95% -
XYZ 70.39 81.9 81.21 -
YUV 228.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 206 242 222 0.15 0 0.08 0.05 146.67 0.58 0.88
Hex CE F2 DE F 0 8 5 93 3A 58
Octal 316 362 336 17 0 10 5 223 72 130
Binary 11001110 11110010 11011110 1111 0 1000 101 10010011 111010 1011000

Color Harmonies of #CEF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2DE

Black with #CEF2DE

Text Example


Text Example

White with #CEF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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