Html Css Color HEX #C8E4DE Jagged Ice

📋 copy color: '#C8E4DE'

red 200 ◦ green 228 ◦ blue 222

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

Shades of Jagged Ice #C8E4DE

Tints of Jagged Ice #C8E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.08%

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

R = 30.77%
G = 35.08%
B = 34.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#C8E4DE (or 0xC8E4DE) is known color: Jagged Ice. HEX triplet: C8, E4 and DE. RGB value is (200,228,222). Sum of RGB (Red+Green+Blue) = 200+228+222=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E4DE is #371B21. Grayscale: #DADADA. Windows color (decimal): -3611426 or 14607560. OLE color: 14607560.

HSL color Cylindrical-coordinate representation of color #C8E4DE: hue angle of 167.14º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8E4DE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 228 222 -
CMYK 0.12 0 0.03 0.11
HSL 167.14º 0.34% 0.84% -
HSV(B) 167.14º 0.12% 0.89% -
XYZ 64.75 73.04 79.79 -
YUV 218.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 200 228 222 0.12 0 0.03 0.11 167.14 0.34 0.84
Hex C8 E4 DE C 0 3 B A7 22 54
Octal 310 344 336 14 0 3 13 247 42 124
Binary 11001000 11100100 11011110 1100 0 11 1011 10100111 100010 1010100

Color Harmonies of #C8E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E4DE

Black with #C8E4DE

Text Example


Text Example

White with #C8E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E4DE; }

 p { color: rgb(200,228,222); }

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

background-color css

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

 a { background-color: rgb(200,228,222); }

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

border-color css

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

 span { border-color: rgb(200,228,222); }

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