Html Css Color HEX #C8E1DD Jagged Ice

📋 copy color: '#C8E1DD'

red 200 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #C8E1DD

Tints of Jagged Ice #C8E1DD

RGB

 RED value IS 200 (78.52% from 255) = 30.96%

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

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 30.96%
G = 34.83%
B = 34.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#C8E1DD (or 0xC8E1DD) is known color: Jagged Ice. HEX triplet: C8, E1 and DD. RGB value is (200,225,221). Sum of RGB (Red+Green+Blue) = 200+225+221=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DD is #371E22. Grayscale: #D9D9D9. Windows color (decimal): -3612195 or 14541256. OLE color: 14541256.

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

Color convert

RGB 200 225 221 -
CMYK 0.11 0 0.02 0.12
HSL 170.4º 0.29% 0.83% -
HSV(B) 170.4º 0.11% 0.88% -
XYZ 63.8 71.35 78.82 -
YUV 217.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 200 225 221 0.11 0 0.02 0.12 170.4 0.29 0.83
Hex C8 E1 DD B 0 2 C AA 1D 53
Octal 310 341 335 13 0 2 14 252 35 123
Binary 11001000 11100001 11011101 1011 0 10 1100 10101010 11101 1010011

Color Harmonies of #C8E1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E1DD

Black with #C8E1DD

Text Example


Text Example

White with #C8E1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E1DD; }

 p { color: rgb(200,225,221); }

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

background-color css

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

 a { background-color: rgb(200,225,221); }

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

border-color css

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

 span { border-color: rgb(200,225,221); }

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