#C7DBD6

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

Shades of Iceberg #C7DBD6

Tints of Iceberg #C7DBD6

Color information

#C7DBD6 (or 0xC7DBD6) is unknown color: approx Iceberg. HEX triplet: C7, DB and D6. RGB value is (199,219,214). Sum of RGB (Red+Green+Blue) = 199+219+214=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBD6 is #382429. Grayscale: #D4D4D4. Windows color (decimal): -3679274 or 14080967. OLE color: 14080967.

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

Color convert

RGB199219214-
CMYK0.0900.020.14
HSL165º21.74%81.96%-
HSV(B)165º9.13%85.88%-
XYZ61.0267.6673.46-
YUV212.45128.87118.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=31.49%
G=34.65%
B=33.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992192140.0900.020.1416521.7481.96
HexC7DBD6902Ea51652
Octal30733332611021624526122
Binary1100011111011011110101101001010111010100101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBD6; }

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

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

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

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

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

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

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

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