#C1DBC2

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

Shades of Sea Mist #C1DBC2

Tints of Sea Mist #C1DBC2

Color information

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

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

Color convert

RGB193219194-
CMYK0.1200.110.14
HSL122.31º26.53%80.78%-
HSV(B)122.31º11.87%85.88%-
XYZ57.0665.960.75-
YUV208.38119.89117.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191940.1200.110.14122.3126.5380.78
HexC1DBC2C0BE7a1b51
Octal301333302140131617233121
Binary11000001110110111100001011000101111101111010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBC2; }

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

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

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

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

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

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

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

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