Html Css Color HEX #C4E5DE Jagged Ice

📋 copy color: '#C4E5DE'

red 196 ◦ green 229 ◦ blue 222

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

Shades of Jagged Ice #C4E5DE

Tints of Jagged Ice #C4E5DE

RGB

 RED value IS 196 (76.95% from 255) = 30.29%

 GREEN value IS 229 (89.84% from 255) = 35.39%

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

R = 30.29%
G = 35.39%
B = 34.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#C4E5DE (or 0xC4E5DE) is known color: Jagged Ice. HEX triplet: C4, E5 and DE. RGB value is (196,229,222). Sum of RGB (Red+Green+Blue) = 196+229+222=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E5DE is #3B1A21. Grayscale: #DADADA. Windows color (decimal): -3873314 or 14607812. OLE color: 14607812.

HSL color Cylindrical-coordinate representation of color #C4E5DE: hue angle of 167.27º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4E5DE is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 229 222 -
CMYK 0.14 0 0.03 0.10
HSL 167.27º 0.39% 0.83% -
HSV(B) 167.27º 0.14% 0.9% -
XYZ 63.97 73.05 79.84 -
YUV 218.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 196 229 222 0.14 0 0.03 0.10 167.27 0.39 0.83
Hex C4 E5 DE E 0 3 A A7 27 53
Octal 304 345 336 16 0 3 12 247 47 123
Binary 11000100 11100101 11011110 1110 0 11 1010 10100111 100111 1010011

Color Harmonies of #C4E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E5DE

Black with #C4E5DE

Text Example


Text Example

White with #C4E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E5DE; }

 p { color: rgb(196,229,222); }

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

background-color css

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

 a { background-color: rgb(196,229,222); }

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

border-color css

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

 span { border-color: rgb(196,229,222); }

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