#C3DFC5

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

Shades of Sea Mist #C3DFC5

Tints of Sea Mist #C3DFC5

Color information

#C3DFC5 (or 0xC3DFC5) is unknown color: approx Sea Mist. HEX triplet: C3, DF and C5. RGB value is (195,223,197). Sum of RGB (Red+Green+Blue) = 195+223+197=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFC5 is #3C203A. Grayscale: #D3D3D3. Windows color (decimal): -3940411 or 12967875. OLE color: 12967875.

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

Color convert

RGB195223197-
CMYK0.1300.120.13
HSL124.29º30.43%81.96%-
HSV(B)124.29º12.56%87.45%-
XYZ58.9768.4162.92-
YUV211.66119.72116.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=31.71%
G=36.26%
B=32.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952231970.1300.120.13124.2930.4381.96
HexC3DFC5D0CD7c1e52
Octal303337305150141517436122
Binary11000011110111111100010111010110011011111100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFC5; }

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

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

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

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

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

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

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

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