#C7DBD5

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

Shades of Iceberg #C7DBD5

Tints of Iceberg #C7DBD5

Color information

#C7DBD5 (or 0xC7DBD5) is unknown color: approx Iceberg. HEX triplet: C7, DB and D5. RGB value is (199,219,213). Sum of RGB (Red+Green+Blue) = 199+219+213=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBD5 is #38242A. Grayscale: #D4D4D4. Windows color (decimal): -3679275 or 14015431. OLE color: 14015431.

HSL color Cylindrical-coordinate representation of color #C7DBD5: hue angle of 162º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBD5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB199219213-
CMYK0.0900.030.14
HSL162º21.74%81.96%-
HSV(B)162º9.13%85.88%-
XYZ60.8967.6172.79-
YUV212.34128.37118.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=31.54%
G=34.71%
B=33.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992192130.0900.030.1416221.7481.96
HexC7DBD5903Ea21652
Octal30733332511031624226122
Binary1100011111011011110101011001011111010100010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBD5; }

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

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

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

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

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

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

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

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