#C5DDD6

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

Shades of Iceberg #C5DDD6

Tints of Iceberg #C5DDD6

Color information

#C5DDD6 (or 0xC5DDD6) is unknown color: approx Iceberg. HEX triplet: C5, DD and D6. RGB value is (197,221,214). Sum of RGB (Red+Green+Blue) = 197+221+214=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDD6 is #3A2229. Grayscale: #D5D5D5. Windows color (decimal): -3809834 or 14081477. OLE color: 14081477.

HSL color Cylindrical-coordinate representation of color #C5DDD6: hue angle of 162.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDD6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB197221214-
CMYK0.1100.030.13
HSL162.5º26.09%81.96%-
HSV(B)162.5º10.86%86.67%-
XYZ61.0268.4473.61-
YUV213.03128.55116.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=31.17%
G=34.97%
B=33.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972212140.1100.030.13162.526.0981.96
HexC5DDD6B03Da21a52
Octal30533532613031524232122
Binary1100010111011101110101101011011110110100010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDD6; }

 p { color: rgb(197,221,214); }

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

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

 a { background-color: rgb(197,221,214); }

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

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

 span { border-color: rgb(197,221,214); }

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