#C3D9CA

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

Shades of Edgewater #C3D9CA

Tints of Edgewater #C3D9CA

Color information

#C3D9CA (or 0xC3D9CA) is unknown color: approx Edgewater. HEX triplet: C3, D9 and CA. RGB value is (195,217,202). Sum of RGB (Red+Green+Blue) = 195+217+202=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9CA is #3C2635. Grayscale: #D0D0D0. Windows color (decimal): -3941942 or 13294019. OLE color: 13294019.

HSL color Cylindrical-coordinate representation of color #C3D9CA: hue angle of 139.09º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D9CA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB195217202-
CMYK0.1000.070.15
HSL139.09º22.45%80.78%-
HSV(B)139.09º10.14%85.1%-
XYZ57.9865.4965.46-
YUV208.71124.21118.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=31.76%
G=35.34%
B=32.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952172020.1000.070.15139.0922.4580.78
HexC3D9CAA07F8b1651
Octal30333131212071721326121
Binary11000011110110011100101010100111111110001011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D9CA; }

 p { color: rgb(195,217,202); }

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

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

 a { background-color: rgb(195,217,202); }

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

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

 span { border-color: rgb(195,217,202); }

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