Html Css Color HEX #C5DCD9 Jagged Ice

📋 copy color: '#C5DCD9'

red 197 ◦ green 220 ◦ blue 217

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

Shades of Jagged Ice #C5DCD9

Tints of Jagged Ice #C5DCD9

RGB

 RED value IS 197 (77.34% from 255) = 31.07%

 GREEN value IS 220 (86.33% from 255) = 34.7%

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

R = 31.07%
G = 34.7%
B = 34.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C5DCD9 (or 0xC5DCD9) is known color: Jagged Ice. HEX triplet: C5, DC and D9. RGB value is (197,220,217). Sum of RGB (Red+Green+Blue) = 197+220+217=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCD9 is #3A2326. Grayscale: #D4D4D4. Windows color (decimal): -3810087 or 14277829. OLE color: 14277829.

HSL color Cylindrical-coordinate representation of color #C5DCD9: hue angle of 172.17º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCD9 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 217 -
CMYK 0.10 0 0.01 0.14
HSL 172.17º 0.25% 0.82% -
HSV(B) 172.17º 0.1% 0.86% -
XYZ 61.14 68.07 75.56 -
YUV 212.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 197 220 217 0.10 0 0.01 0.14 172.17 0.25 0.82
Hex C5 DC D9 A 0 1 E AC 19 52
Octal 305 334 331 12 0 1 16 254 31 122
Binary 11000101 11011100 11011001 1010 0 1 1110 10101100 11001 1010010

Color Harmonies of #C5DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCD9

Black with #C5DCD9

Text Example


Text Example

White with #C5DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCD9; }

 p { color: rgb(197,220,217); }

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

background-color css

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

 a { background-color: rgb(197,220,217); }

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

border-color css

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

 span { border-color: rgb(197,220,217); }

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