#C7DCD9

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

Shades of Jagged Ice #C7DCD9

Tints of Jagged Ice #C7DCD9

Color information

#C7DCD9 (or 0xC7DCD9) is unknown color: approx Jagged Ice. HEX triplet: C7, DC and D9. RGB value is (199,220,217). Sum of RGB (Red+Green+Blue) = 199+220+217=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCD9 is #382326. Grayscale: #D5D5D5. Windows color (decimal): -3679015 or 14277831. OLE color: 14277831.

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

Color convert

RGB199220217-
CMYK0.1000.010.14
HSL171.43º23.08%82.16%-
HSV(B)171.43º9.55%86.27%-
XYZ61.6768.3475.59-
YUV213.38130.04117.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.29%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=31.29%
G=34.59%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992202170.1000.010.14171.4323.0882.16
HexC7DCD9A01Eab1752
Octal30733433112011625327122
Binary110001111101110011011001101001111010101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCD9; }

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

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

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

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

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

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

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

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