#C6DCD7

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

Shades of Iceberg #C6DCD7

Tints of Iceberg #C6DCD7

Color information

#C6DCD7 (or 0xC6DCD7) is unknown color: approx Iceberg. HEX triplet: C6, DC and D7. RGB value is (198,220,215). Sum of RGB (Red+Green+Blue) = 198+220+215=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD7 is #392328. Grayscale: #D4D4D4. Windows color (decimal): -3744553 or 14146758. OLE color: 14146758.

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

Color convert

RGB198220215-
CMYK0.100.020.14
HSL166.36º23.91%81.96%-
HSV(B)166.36º10%86.27%-
XYZ61.1568.174.21-
YUV212.85129.21117.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=31.28%
G=34.76%
B=33.97%

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
Decimal1982202150.100.020.14166.3623.9181.96
HexC6DCD7A02Ea61852
Octal30633432712021624630122
Binary1100011011011100110101111010010111010100110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCD7; }

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

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

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

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

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

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

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

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