#C1DDC0

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

Shades of Sea Mist #C1DDC0

Tints of Sea Mist #C1DDC0

Color information

#C1DDC0 (or 0xC1DDC0) is unknown color: approx Sea Mist. HEX triplet: C1, DD and C0. RGB value is (193,221,192). Sum of RGB (Red+Green+Blue) = 193+221+192=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDC0 is #3E223F. Grayscale: #D1D1D1. Windows color (decimal): -4072000 or 12639681. OLE color: 12639681.

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

Color convert

RGB193221192-
CMYK0.1300.130.13
HSL117.93º29.9%80.98%-
HSV(B)117.93º13.12%86.67%-
XYZ57.3666.8659.75-
YUV209.32118.22116.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=31.85%
G=36.47%
B=31.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211920.1300.130.13117.9329.980.98
HexC1DDC0D0DD761e51
Octal301335300150151516636121
Binary11000001110111011100000011010110111011110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDC0; }

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

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

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

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

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

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

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

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