#C6DCD8

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

Shades of Jagged Ice #C6DCD8

Tints of Jagged Ice #C6DCD8

Color information

#C6DCD8 (or 0xC6DCD8) is unknown color: approx Jagged Ice. HEX triplet: C6, DC and D8. RGB value is (198,220,216). Sum of RGB (Red+Green+Blue) = 198+220+216=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD8 is #392327. Grayscale: #D4D4D4. Windows color (decimal): -3744552 or 14212294. OLE color: 14212294.

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

Color convert

RGB198220216-
CMYK0.100.020.14
HSL169.09º23.91%81.96%-
HSV(B)169.09º10%86.27%-
XYZ61.2868.1574.89-
YUV212.97129.71117.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=31.23%
G=34.70%
B=34.07%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982202160.100.020.14169.0923.9181.96
HexC6DCD8A02Ea91852
Octal30633433012021625130122
Binary1100011011011100110110001010010111010101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCD8; }

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

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

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

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

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

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

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

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