Html Css Color HEX #CEE0DC Jagged Ice

📋 copy color: '#CEE0DC'

red 206 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #CEE0DC

Tints of Jagged Ice #CEE0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.46%

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 31.69%
G = 34.46%
B = 33.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#CEE0DC (or 0xCEE0DC) is known color: Jagged Ice. HEX triplet: CE, E0 and DC. RGB value is (206,224,220). Sum of RGB (Red+Green+Blue) = 206+224+220=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0DC is #311F23. Grayscale: #DADADA. Windows color (decimal): -3219236 or 14475470. OLE color: 14475470.

HSL color Cylindrical-coordinate representation of color #CEE0DC: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE0DC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 220 -
CMYK 0.08 0 0.02 0.12
HSL 166.67º 0.23% 0.84% -
HSV(B) 166.67º 0.08% 0.88% -
XYZ 65.03 71.6 78.1 -
YUV 218.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 206 224 220 0.08 0 0.02 0.12 166.67 0.23 0.84
Hex CE E0 DC 8 0 2 C A7 16 54
Octal 316 340 334 10 0 2 14 247 26 124
Binary 11001110 11100000 11011100 1000 0 10 1100 10100111 10110 1010100

Color Harmonies of #CEE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0DC

Black with #CEE0DC

Text Example


Text Example

White with #CEE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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