Html Css Color HEX #C4E1DB Jagged Ice

📋 copy color: '#C4E1DB'

red 196 ◦ green 225 ◦ blue 219

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

Shades of Jagged Ice #C4E1DB

Tints of Jagged Ice #C4E1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 30.63%
G = 35.16%
B = 34.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#C4E1DB (or 0xC4E1DB) is known color: Jagged Ice. HEX triplet: C4, E1 and DB. RGB value is (196,225,219). Sum of RGB (Red+Green+Blue) = 196+225+219=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E1DB is #3B1E24. Grayscale: #D7D7D7. Windows color (decimal): -3874341 or 14410180. OLE color: 14410180.

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

Color convert

RGB 196 225 219 -
CMYK 0.13 0 0.03 0.12
HSL 167.59º 0.33% 0.83% -
HSV(B) 167.59º 0.13% 0.88% -
XYZ 62.48 70.7 77.37 -
YUV 215.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 196 225 219 0.13 0 0.03 0.12 167.59 0.33 0.83
Hex C4 E1 DB D 0 3 C A8 21 53
Octal 304 341 333 15 0 3 14 250 41 123
Binary 11000100 11100001 11011011 1101 0 11 1100 10101000 100001 1010011

Color Harmonies of #C4E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E1DB

Black with #C4E1DB

Text Example


Text Example

White with #C4E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E1DB; }

 p { color: rgb(196,225,219); }

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

background-color css

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

 a { background-color: rgb(196,225,219); }

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

border-color css

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

 span { border-color: rgb(196,225,219); }

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