#C2DDC1

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

Shades of Sea Mist #C2DDC1

Tints of Sea Mist #C2DDC1

Color information

#C2DDC1 (or 0xC2DDC1) is unknown color: approx Sea Mist. HEX triplet: C2, DD and C1. RGB value is (194,221,193). Sum of RGB (Red+Green+Blue) = 194+221+193=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC1 is #3D223E. Grayscale: #D1D1D1. Windows color (decimal): -4006463 or 12705218. OLE color: 12705218.

HSL color Cylindrical-coordinate representation of color #C2DDC1: hue angle of 117.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DDC1 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB194221193-
CMYK0.1200.130.13
HSL117.86º29.17%81.18%-
HSV(B)117.86º12.67%86.67%-
XYZ57.7367.0360.35-
YUV209.74118.55116.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=31.91%
G=36.35%
B=31.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942211930.1200.130.13117.8629.1781.18
HexC2DDC1C0DD761d51
Octal302335301140151516635121
Binary11000010110111011100000111000110111011110110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDC1; }

 p { color: rgb(194,221,193); }

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

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

 a { background-color: rgb(194,221,193); }

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

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

 span { border-color: rgb(194,221,193); }

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