#C1DAC9

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

Shades of Edgewater #C1DAC9

Tints of Edgewater #C1DAC9

Color information

#C1DAC9 (or 0xC1DAC9) is unknown color: approx Edgewater. HEX triplet: C1, DA and C9. RGB value is (193,218,201). Sum of RGB (Red+Green+Blue) = 193+218+201=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DAC9 is #3E2536. Grayscale: #D0D0D0. Windows color (decimal): -4072759 or 13228737. OLE color: 13228737.

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

Color convert

RGB193218201-
CMYK0.1100.080.15
HSL139.2º25.25%80.59%-
HSV(B)139.2º11.47%85.49%-
XYZ57.6165.764.9-
YUV208.59123.72116.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=31.54%
G=35.62%
B=32.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932182010.1100.080.15139.225.2580.59
HexC1DAC9B08F8b1951
Octal301332311130101721331121
Binary110000011101101011001001101101000111110001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAC9; }

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

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

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

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

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

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

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

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