#C2DBC1

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

Shades of Sea Mist #C2DBC1

Tints of Sea Mist #C2DBC1

Color information

#C2DBC1 (or 0xC2DBC1) is unknown color: approx Sea Mist. HEX triplet: C2, DB and C1. RGB value is (194,219,193). Sum of RGB (Red+Green+Blue) = 194+219+193=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC1 is #3D243E. Grayscale: #D0D0D0. Windows color (decimal): -4006975 or 12704706. OLE color: 12704706.

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

Color convert

RGB194219193-
CMYK0.1100.120.14
HSL117.69º26.53%80.78%-
HSV(B)117.69º11.87%85.88%-
XYZ57.2165.9860.17-
YUV208.56119.22117.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=32.01%
G=36.14%
B=31.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191930.1100.120.14117.6926.5380.78
HexC2DBC1B0CE761b51
Octal302333301130141616633121
Binary11000010110110111100000110110110011101110110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBC1; }

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

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

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

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

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

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

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

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