#C2DBD5

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

Shades of Iceberg #C2DBD5

Tints of Iceberg #C2DBD5

Color information

#C2DBD5 (or 0xC2DBD5) is unknown color: approx Iceberg. HEX triplet: C2, DB and D5. RGB value is (194,219,213). Sum of RGB (Red+Green+Blue) = 194+219+213=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBD5 is #3D242A. Grayscale: #D2D2D2. Windows color (decimal): -4006955 or 14015426. OLE color: 14015426.

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

Color convert

RGB194219213-
CMYK0.1100.030.14
HSL165.6º25.77%80.98%-
HSV(B)165.6º11.42%85.88%-
XYZ59.5966.9472.73-
YUV210.84129.22115.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.99%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=30.99%
G=34.98%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942192130.1100.030.14165.625.7780.98
HexC2DBD5B03Ea61a51
Octal30233332513031624632121
Binary1100001011011011110101011011011111010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBD5; }

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

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

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

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

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

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

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

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