Html Css Color HEX #CEECDE White Ice

📋 copy color: '#CEECDE'

red 206 ◦ green 236 ◦ blue 222

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

Shades of White Ice #CEECDE

Tints of White Ice #CEECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.54%

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

R = 31.02%
G = 35.54%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CEECDE (or 0xCEECDE) is known color: White Ice. HEX triplet: CE, EC and DE. RGB value is (206,236,222). Sum of RGB (Red+Green+Blue) = 206+236+222=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECDE is #311321. Grayscale: #E1E1E1. Windows color (decimal): -3216162 or 14609614. OLE color: 14609614.

HSL color Cylindrical-coordinate representation of color #CEECDE: hue angle of 152º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECDE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 222 -
CMYK 0.13 0 0.06 0.07
HSL 152º 0.44% 0.87% -
HSV(B) 152º 0.13% 0.93% -
XYZ 68.63 78.39 80.62 -
YUV 225.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 206 236 222 0.13 0 0.06 0.07 152 0.44 0.87
Hex CE EC DE D 0 6 7 98 2C 57
Octal 316 354 336 15 0 6 7 230 54 127
Binary 11001110 11101100 11011110 1101 0 110 111 10011000 101100 1010111

Color Harmonies of #CEECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECDE

Black with #CEECDE

Text Example


Text Example

White with #CEECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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