Html Css Color HEX #C4DED9 Jagged Ice

📋 copy color: '#C4DED9'

red 196 ◦ green 222 ◦ blue 217

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

Shades of Jagged Ice #C4DED9

Tints of Jagged Ice #C4DED9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

 BLUE value IS 217 (85.16% from 255) = 34.17%

R = 30.87%
G = 34.96%
B = 34.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C4DED9 (or 0xC4DED9) is known color: Jagged Ice. HEX triplet: C4, DE and D9. RGB value is (196,222,217). Sum of RGB (Red+Green+Blue) = 196+222+217=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DED9 is #3B2126. Grayscale: #D5D5D5. Windows color (decimal): -3875111 or 14278340. OLE color: 14278340.

HSL color Cylindrical-coordinate representation of color #C4DED9: hue angle of 168.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DED9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 222 217 -
CMYK 0.12 0 0.02 0.13
HSL 168.46º 0.28% 0.82% -
HSV(B) 168.46º 0.12% 0.87% -
XYZ 61.41 68.99 75.72 -
YUV 213.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 196 222 217 0.12 0 0.02 0.13 168.46 0.28 0.82
Hex C4 DE D9 C 0 2 D A8 1C 52
Octal 304 336 331 14 0 2 15 250 34 122
Binary 11000100 11011110 11011001 1100 0 10 1101 10101000 11100 1010010

Color Harmonies of #C4DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DED9

Black with #C4DED9

Text Example


Text Example

White with #C4DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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