#C1DACA

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

Shades of Edgewater #C1DACA

Tints of Edgewater #C1DACA

Color information

#C1DACA (or 0xC1DACA) is unknown color: approx Edgewater. HEX triplet: C1, DA and CA. RGB value is (193,218,202). Sum of RGB (Red+Green+Blue) = 193+218+202=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DACA is #3E2535. Grayscale: #D0D0D0. Windows color (decimal): -4072758 or 13294273. OLE color: 13294273.

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

Color convert

RGB193218202-
CMYK0.1100.070.15
HSL141.6º25.25%80.59%-
HSV(B)141.6º11.47%85.49%-
XYZ57.7265.7465.52-
YUV208.7124.22116.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=31.48%
G=35.56%
B=32.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932182020.1100.070.15141.625.2580.59
HexC1DACAB07F8e1951
Octal30133231213071721631121
Binary11000001110110101100101010110111111110001110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DACA; }

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

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

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

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

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

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

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

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