#C6DBD5

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

Shades of Iceberg #C6DBD5

Tints of Iceberg #C6DBD5

Color information

#C6DBD5 (or 0xC6DBD5) is unknown color: approx Iceberg. HEX triplet: C6, DB and D5. RGB value is (198,219,213). Sum of RGB (Red+Green+Blue) = 198+219+213=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBD5 is #39242A. Grayscale: #D4D4D4. Windows color (decimal): -3744811 or 14015430. OLE color: 14015430.

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

Color convert

RGB198219213-
CMYK0.1000.030.14
HSL162.86º22.58%81.76%-
HSV(B)162.86º9.59%85.88%-
XYZ60.6367.4772.78-
YUV212.04128.54117.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.43%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=31.43%
G=34.76%
B=33.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982192130.1000.030.14162.8622.5881.76
HexC6DBD5A03Ea31752
Octal30633332512031624327122
Binary1100011011011011110101011010011111010100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DBD5; }

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

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

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

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

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

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

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

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