Html Css Color HEX #C4E3DE Jagged Ice

📋 copy color: '#C4E3DE'

red 196 ◦ green 227 ◦ blue 222

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

Shades of Jagged Ice #C4E3DE

Tints of Jagged Ice #C4E3DE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.19%

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

R = 30.39%
G = 35.19%
B = 34.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#C4E3DE (or 0xC4E3DE) is known color: Jagged Ice. HEX triplet: C4, E3 and DE. RGB value is (196,227,222). Sum of RGB (Red+Green+Blue) = 196+227+222=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E3DE is #3B1C21. Grayscale: #D9D9D9. Windows color (decimal): -3873826 or 14607300. OLE color: 14607300.

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

Color convert

RGB 196 227 222 -
CMYK 0.14 0 0.02 0.11
HSL 170.32º 0.36% 0.83% -
HSV(B) 170.32º 0.14% 0.89% -
XYZ 63.42 71.95 79.65 -
YUV 217.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 196 227 222 0.14 0 0.02 0.11 170.32 0.36 0.83
Hex C4 E3 DE E 0 2 B AA 24 53
Octal 304 343 336 16 0 2 13 252 44 123
Binary 11000100 11100011 11011110 1110 0 10 1011 10101010 100100 1010011

Color Harmonies of #C4E3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E3DE

Black with #C4E3DE

Text Example


Text Example

White with #C4E3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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