#C3DCC5

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

Shades of Sea Mist #C3DCC5

Tints of Sea Mist #C3DCC5

Color information

#C3DCC5 (or 0xC3DCC5) is unknown color: approx Sea Mist. HEX triplet: C3, DC and C5. RGB value is (195,220,197). Sum of RGB (Red+Green+Blue) = 195+220+197=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCC5 is #3C233A. Grayscale: #D1D1D1. Windows color (decimal): -3941179 or 12967107. OLE color: 12967107.

HSL color Cylindrical-coordinate representation of color #C3DCC5: hue angle of 124.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DCC5 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB195220197-
CMYK0.1100.100.14
HSL124.8º26.32%81.37%-
HSV(B)124.8º11.36%86.27%-
XYZ58.1866.8262.65-
YUV209.9120.72117.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=31.86%
G=35.95%
B=32.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952201970.1100.100.14124.826.3281.37
HexC3DCC5B0AE7d1a51
Octal303334305130121617532121
Binary11000011110111001100010110110101011101111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCC5; }

 p { color: rgb(195,220,197); }

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

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

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

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

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

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

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