#C3DBC9

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

Shades of Edgewater #C3DBC9

Tints of Edgewater #C3DBC9

Color information

#C3DBC9 (or 0xC3DBC9) is unknown color: approx Edgewater. HEX triplet: C3, DB and C9. RGB value is (195,219,201). Sum of RGB (Red+Green+Blue) = 195+219+201=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBC9 is #3C2436. Grayscale: #D1D1D1. Windows color (decimal): -3941431 or 13228995. OLE color: 13228995.

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

Color convert

RGB195219201-
CMYK0.1100.080.14
HSL135º25%81.18%-
HSV(B)135º10.96%85.88%-
XYZ58.3866.4865.01-
YUV209.77123.05117.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=31.71%
G=35.61%
B=32.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952192010.1100.080.141352581.18
HexC3DBC9B08E871951
Octal303333311130101620731121
Binary110000111101101111001001101101000111010000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBC9; }

 p { color: rgb(195,219,201); }

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

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

 a { background-color: rgb(195,219,201); }

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

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

 span { border-color: rgb(195,219,201); }

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