#C6DCD5

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

Shades of Iceberg #C6DCD5

Tints of Iceberg #C6DCD5

Color information

#C6DCD5 (or 0xC6DCD5) is unknown color: approx Iceberg. HEX triplet: C6, DC and D5. RGB value is (198,220,213). Sum of RGB (Red+Green+Blue) = 198+220+213=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD5 is #39232A. Grayscale: #D4D4D4. Windows color (decimal): -3744555 or 14015686. OLE color: 14015686.

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

Color convert

RGB198220213-
CMYK0.100.030.14
HSL160.91º23.91%81.96%-
HSV(B)160.91º10%86.27%-
XYZ60.896872.87-
YUV212.62128.21117.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.38%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=31.38%
G=34.87%
B=33.76%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982202130.100.030.14160.9123.9181.96
HexC6DCD5A03Ea11852
Octal30633432512031624130122
Binary1100011011011100110101011010011111010100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DCD5; }

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

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

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

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

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

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

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

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