#C1D7CA

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

Shades of Edgewater #C1D7CA

Tints of Edgewater #C1D7CA

Color information

#C1D7CA (or 0xC1D7CA) is unknown color: approx Edgewater. HEX triplet: C1, D7 and CA. RGB value is (193,215,202). Sum of RGB (Red+Green+Blue) = 193+215+202=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7CA is #3E2835. Grayscale: #CECECE. Windows color (decimal): -4073526 or 13293505. OLE color: 13293505.

HSL color Cylindrical-coordinate representation of color #C1D7CA: hue angle of 144.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D7CA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB193215202-
CMYK0.1000.060.16
HSL144.55º21.57%80%-
HSV(B)144.55º10.23%84.31%-
XYZ56.9564.265.27-
YUV206.94125.21118.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.64%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=31.64%
G=35.25%
B=33.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932152020.1000.060.16144.5521.5780
HexC1D7CAA0610911650
Octal30132731212062022126120
Binary110000011101011111001010101001101000010010001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D7CA; }

 p { color: rgb(193,215,202); }

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

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

 a { background-color: rgb(193,215,202); }

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

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

 span { border-color: rgb(193,215,202); }

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