#C2E1DA

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

Shades of Iceberg #C2E1DA

Tints of Iceberg #C2E1DA

Color information

#C2E1DA (or 0xC2E1DA) is unknown color: approx Iceberg. HEX triplet: C2, E1 and DA. RGB value is (194,225,218). Sum of RGB (Red+Green+Blue) = 194+225+218=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1DA is #3D1E25. Grayscale: #D6D6D6. Windows color (decimal): -4005414 or 14344642. OLE color: 14344642.

HSL color Cylindrical-coordinate representation of color #C2E1DA: hue angle of 166.45º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E1DA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB194225218-
CMYK0.1400.030.12
HSL166.45º34.07%82.16%-
HSV(B)166.45º13.78%88.24%-
XYZ61.8370.3876.66-
YUV214.93129.73113.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=30.46%
G=35.32%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942252180.1400.030.12166.4534.0782.16
HexC2E1DAE03Ca62252
Octal30234133216031424642122
Binary11000010111000011101101011100111100101001101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E1DA; }

 p { color: rgb(194,225,218); }

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

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

 a { background-color: rgb(194,225,218); }

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

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

 span { border-color: rgb(194,225,218); }

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