#C1DCC1

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

Shades of Sea Mist #C1DCC1

Tints of Sea Mist #C1DCC1

Color information

#C1DCC1 (or 0xC1DCC1) is unknown color: approx Sea Mist. HEX triplet: C1, DC and C1. RGB value is (193,220,193). Sum of RGB (Red+Green+Blue) = 193+220+193=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC1 is #3E233E. Grayscale: #D0D0D0. Windows color (decimal): -4072255 or 12704961. OLE color: 12704961.

HSL color Cylindrical-coordinate representation of color #C1DCC1: hue angle of 120º degrees, saturation: 0.28, 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 #C1DCC1 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB193220193-
CMYK0.1200.120.14
HSL120º27.84%80.98%-
HSV(B)120º12.27%86.27%-
XYZ57.2166.3760.25-
YUV208.85119.05116.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=31.85%
G=36.30%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201930.1200.120.1412027.8480.98
HexC1DCC1C0CE781c51
Octal301334301140141617034121
Binary11000001110111001100000111000110011101111000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCC1; }

 p { color: rgb(193,220,193); }

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

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

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

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

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

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

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