#C6DCD9

Color #C6DCD9 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C6DCD9

Tints of Jagged Ice #C6DCD9

Color information

#C6DCD9 (or 0xC6DCD9) is unknown color: approx Jagged Ice. HEX triplet: C6, DC and D9. RGB value is (198,220,217). Sum of RGB (Red+Green+Blue) = 198+220+217=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD9 is #392326. Grayscale: #D5D5D5. Windows color (decimal): -3744551 or 14277830. OLE color: 14277830.

HSL color Cylindrical-coordinate representation of color #C6DCD9: hue angle of 171.82º degrees, saturation: 0.24, 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 #C6DCD9 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB198220217-
CMYK0.100.010.14
HSL171.82º23.91%81.96%-
HSV(B)171.82º10%86.27%-
XYZ61.4168.275.57-
YUV213.08130.21117.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=31.18%
G=34.65%
B=34.17%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982202170.100.010.14171.8223.9181.96
HexC6DCD9A01Eac1852
Octal30633433112011625430122
Binary110001101101110011011001101001111010101100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCD9; }

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

 H1.HeaderClassName
 {
   color: #C6DCD9;
 }
 .AnyTagClassName
 {
   color: #C6DCD9;
 }
</style>
background-color css

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

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

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

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

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

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