#C6DFDD

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

Shades of Jagged Ice #C6DFDD

Tints of Jagged Ice #C6DFDD

Color information

#C6DFDD (or 0xC6DFDD) is unknown color: approx Jagged Ice. HEX triplet: C6, DF and DD. RGB value is (198,223,221). Sum of RGB (Red+Green+Blue) = 198+223+221=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFDD is #392022. Grayscale: #D7D7D7. Windows color (decimal): -3743779 or 14540742. OLE color: 14540742.

HSL color Cylindrical-coordinate representation of color #C6DFDD: hue angle of 175.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DFDD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB198223221-
CMYK0.1100.010.13
HSL175.2º28.09%82.55%-
HSV(B)175.2º11.21%87.45%-
XYZ62.737078.61-
YUV215.3131.22115.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.84%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=30.84%
G=34.74%
B=34.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982232210.1100.010.13175.228.0982.55
HexC6DFDDB01Daf1c53
Octal30633733513011525734123
Binary110001101101111111011101101101110110101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFDD; }

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

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

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

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

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

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

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

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