Html Css Color HEX #C4E0DA Jagged Ice

📋 copy color: '#C4E0DA'

red 196 ◦ green 224 ◦ blue 218

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

Shades of Jagged Ice #C4E0DA

Tints of Jagged Ice #C4E0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.11%

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 30.72%
G = 35.11%
B = 34.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#C4E0DA (or 0xC4E0DA) is known color: Jagged Ice. HEX triplet: C4, E0 and DA. RGB value is (196,224,218). Sum of RGB (Red+Green+Blue) = 196+224+218=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0DA is #3B1F25. Grayscale: #D6D6D6. Windows color (decimal): -3874598 or 14344388. OLE color: 14344388.

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

Color convert

RGB 196 224 218 -
CMYK 0.12 0 0.03 0.12
HSL 167.14º 0.31% 0.82% -
HSV(B) 167.14º 0.13% 0.88% -
XYZ 62.08 70.11 76.59 -
YUV 214.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 196 224 218 0.12 0 0.03 0.12 167.14 0.31 0.82
Hex C4 E0 DA C 0 3 C A7 1F 52
Octal 304 340 332 14 0 3 14 247 37 122
Binary 11000100 11100000 11011010 1100 0 11 1100 10100111 11111 1010010

Color Harmonies of #C4E0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E0DA

Black with #C4E0DA

Text Example


Text Example

White with #C4E0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E0DA; }

 p { color: rgb(196,224,218); }

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

background-color css

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

 a { background-color: rgb(196,224,218); }

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

border-color css

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

 span { border-color: rgb(196,224,218); }

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