Html Css Color HEX #CEE1DE Jagged Ice

📋 copy color: '#CEE1DE'

red 206 ◦ green 225 ◦ blue 222

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

Shades of Jagged Ice #CEE1DE

Tints of Jagged Ice #CEE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.46%

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

R = 31.55%
G = 34.46%
B = 34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#CEE1DE (or 0xCEE1DE) is known color: Jagged Ice. HEX triplet: CE, E1 and DE. RGB value is (206,225,222). Sum of RGB (Red+Green+Blue) = 206+225+222=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DE is #311E21. Grayscale: #DADADA. Windows color (decimal): -3218978 or 14606798. OLE color: 14606798.

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

Color convert

RGB 206 225 222 -
CMYK 0.08 0 0.01 0.12
HSL 170.53º 0.24% 0.85% -
HSV(B) 170.53º 0.08% 0.88% -
XYZ 65.56 72.25 79.6 -
YUV 218.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 206 225 222 0.08 0 0.01 0.12 170.53 0.24 0.85
Hex CE E1 DE 8 0 1 C AB 18 55
Octal 316 341 336 10 0 1 14 253 30 125
Binary 11001110 11100001 11011110 1000 0 1 1100 10101011 11000 1010101

Color Harmonies of #CEE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1DE

Black with #CEE1DE

Text Example


Text Example

White with #CEE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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