Html Css Color HEX #C5E2DE Jagged Ice

📋 copy color: '#C5E2DE'

red 197 ◦ green 226 ◦ blue 222

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

Shades of Jagged Ice #C5E2DE

Tints of Jagged Ice #C5E2DE

RGB

 RED value IS 197 (77.34% from 255) = 30.54%

 GREEN value IS 226 (88.67% from 255) = 35.04%

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

R = 30.54%
G = 35.04%
B = 34.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#C5E2DE (or 0xC5E2DE) is known color: Jagged Ice. HEX triplet: C5, E2 and DE. RGB value is (197,226,222). Sum of RGB (Red+Green+Blue) = 197+226+222=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E2DE is #3A1D21. Grayscale: #D8D8D8. Windows color (decimal): -3808546 or 14607045. OLE color: 14607045.

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

Color convert

RGB 197 226 222 -
CMYK 0.13 0 0.02 0.11
HSL 171.72º 0.33% 0.83% -
HSV(B) 171.72º 0.13% 0.89% -
XYZ 63.41 71.54 79.57 -
YUV 216.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 197 226 222 0.13 0 0.02 0.11 171.72 0.33 0.83
Hex C5 E2 DE D 0 2 B AC 21 53
Octal 305 342 336 15 0 2 13 254 41 123
Binary 11000101 11100010 11011110 1101 0 10 1011 10101100 100001 1010011

Color Harmonies of #C5E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E2DE

Black with #C5E2DE

Text Example


Text Example

White with #C5E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E2DE; }

 p { color: rgb(197,226,222); }

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

background-color css

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

 a { background-color: rgb(197,226,222); }

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

border-color css

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

 span { border-color: rgb(197,226,222); }

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