#C7DCD4

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

Shades of Iceberg #C7DCD4

Tints of Iceberg #C7DCD4

Color information

#C7DCD4 (or 0xC7DCD4) is unknown color: approx Iceberg. HEX triplet: C7, DC and D4. RGB value is (199,220,212). Sum of RGB (Red+Green+Blue) = 199+220+212=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCD4 is #38232B. Grayscale: #D4D4D4. Windows color (decimal): -3679020 or 13950151. OLE color: 13950151.

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

Color convert

RGB199220212-
CMYK0.1000.040.14
HSL157.14º23.08%82.16%-
HSV(B)157.14º9.55%86.27%-
XYZ61.0368.0872.21-
YUV212.81127.54118.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=31.54%
G=34.87%
B=33.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992202120.1000.040.14157.1423.0882.16
HexC7DCD4A04E9d1752
Octal30733432412041623527122
Binary11000111110111001101010010100100111010011101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCD4; }

 p { color: rgb(199,220,212); }

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

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

 a { background-color: rgb(199,220,212); }

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

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

 span { border-color: rgb(199,220,212); }

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