#C1DFC0

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

Shades of Sea Mist #C1DFC0

Tints of Sea Mist #C1DFC0

Color information

#C1DFC0 (or 0xC1DFC0) is unknown color: approx Sea Mist. HEX triplet: C1, DF and C0. RGB value is (193,223,192). Sum of RGB (Red+Green+Blue) = 193+223+192=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFC0 is #3E203F. Grayscale: #D2D2D2. Windows color (decimal): -4071488 or 12640193. OLE color: 12640193.

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

Color convert

RGB193223192-
CMYK0.1300.140.13
HSL118.06º32.63%81.37%-
HSV(B)118.06º13.9%87.45%-
XYZ57.8967.9259.93-
YUV210.5117.56115.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=31.74%
G=36.68%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932231920.1300.140.13118.0632.6381.37
HexC1DFC0D0ED762151
Octal301337300150161516641121
Binary110000011101111111000000110101110110111101101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFC0; }

 p { color: rgb(193,223,192); }

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

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

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

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

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

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

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