Html Css Color HEX #CEF1DE White Ice

📋 copy color: '#CEF1DE'

red 206 ◦ green 241 ◦ blue 222

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

Shades of White Ice #CEF1DE

Tints of White Ice #CEF1DE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.02%

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

R = 30.79%
G = 36.02%
B = 33.18%

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

#CEF1DE (or 0xCEF1DE) is known color: White Ice. HEX triplet: CE, F1 and DE. RGB value is (206,241,222). Sum of RGB (Red+Green+Blue) = 206+241+222=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1DE is #310E21. Grayscale: #E4E4E4. Windows color (decimal): -3214882 or 14610894. OLE color: 14610894.

HSL color Cylindrical-coordinate representation of color #CEF1DE: hue angle of 147.43º degrees, saturation: 0.56, 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 #CEF1DE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 222 -
CMYK 0.15 0 0.08 0.05
HSL 147.43º 0.56% 0.88% -
HSV(B) 147.43º 0.15% 0.95% -
XYZ 70.09 81.31 81.11 -
YUV 228.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 206 241 222 0.15 0 0.08 0.05 147.43 0.56 0.88
Hex CE F1 DE F 0 8 5 93 38 58
Octal 316 361 336 17 0 10 5 223 70 130
Binary 11001110 11110001 11011110 1111 0 1000 101 10010011 111000 1011000

Color Harmonies of #CEF1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1DE

Black with #CEF1DE

Text Example


Text Example

White with #CEF1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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