#C0DDC1

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

Shades of Sea Mist #C0DDC1

Tints of Sea Mist #C0DDC1

Color information

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

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

Color convert

RGB192221193-
CMYK0.1300.130.13
HSL122.07º29.9%80.98%-
HSV(B)122.07º13.12%86.67%-
XYZ57.2266.7760.32-
YUV209.14118.89115.78-

RGB Variations

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

RGB

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

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
Decimal1922211930.1300.130.13122.0729.980.98
HexC0DDC1D0DD7a1e51
Octal300335301150151517236121
Binary11000000110111011100000111010110111011111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDC1; }

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

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

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

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

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

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

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

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