#C6DDDA

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

Shades of Jagged Ice #C6DDDA

Tints of Jagged Ice #C6DDDA

Color information

#C6DDDA (or 0xC6DDDA) is unknown color: approx Jagged Ice. HEX triplet: C6, DD and DA. RGB value is (198,221,218). Sum of RGB (Red+Green+Blue) = 198+221+218=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDA is #392225. Grayscale: #D5D5D5. Windows color (decimal): -3744294 or 14343622. OLE color: 14343622.

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

Color convert

RGB198221218-
CMYK0.1000.010.13
HSL172.17º25.27%82.16%-
HSV(B)172.17º10.41%86.67%-
XYZ61.868.7876.35-
YUV213.78130.38116.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=31.08%
G=34.69%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982212180.1000.010.13172.1725.2782.16
HexC6DDDAA01Dac1952
Octal30633533212011525431122
Binary110001101101110111011010101001110110101100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DDDA; }

 p { color: rgb(198,221,218); }

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

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

 a { background-color: rgb(198,221,218); }

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

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

 span { border-color: rgb(198,221,218); }

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