#C5DCD5

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

Shades of Iceberg #C5DCD5

Tints of Iceberg #C5DCD5

Color information

#C5DCD5 (or 0xC5DCD5) is unknown color: approx Iceberg. HEX triplet: C5, DC and D5. RGB value is (197,220,213). Sum of RGB (Red+Green+Blue) = 197+220+213=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCD5 is #3A232A. Grayscale: #D4D4D4. Windows color (decimal): -3810091 or 14015685. OLE color: 14015685.

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

Color convert

RGB197220213-
CMYK0.1000.030.14
HSL161.74º24.73%81.76%-
HSV(B)161.74º10.45%86.27%-
XYZ60.6367.8672.85-
YUV212.32128.38117.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.27%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=31.27%
G=34.92%
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
Decimal1972202130.1000.030.14161.7424.7381.76
HexC5DCD5A03Ea21952
Octal30533432512031624231122
Binary1100010111011100110101011010011111010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCD5; }

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

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

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

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

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

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

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

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