Html Css Color HEX #C2DAC9 Edgewater

📋 copy color: '#C2DAC9'

red 194 ◦ green 218 ◦ blue 201

#C2DAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #C2DAC9

Tints of Edgewater #C2DAC9

RGB

 RED value IS 194 (76.17% from 255) = 31.65%

 GREEN value IS 218 (85.55% from 255) = 35.56%

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 31.65%
G = 35.56%
B = 32.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#C2DAC9 (or 0xC2DAC9) is known color: Edgewater. HEX triplet: C2, DA and C9. RGB value is (194,218,201). Sum of RGB (Red+Green+Blue) = 194+218+201=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC9 is #3D2536. Grayscale: #D0D0D0. Windows color (decimal): -4007223 or 13228738. OLE color: 13228738.

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

Color convert

RGB 194 218 201 -
CMYK 0.11 0 0.08 0.15
HSL 137.5º 0.24% 0.81% -
HSV(B) 137.5º 0.11% 0.85% -
XYZ 57.86 65.83 64.91 -
YUV 208.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 194 218 201 0.11 0 0.08 0.15 137.5 0.24 0.81
Hex C2 DA C9 B 0 8 F 8A 18 51
Octal 302 332 311 13 0 10 17 212 30 121
Binary 11000010 11011010 11001001 1011 0 1000 1111 10001010 11000 1010001

Color Harmonies of #C2DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAC9

Black with #C2DAC9

Text Example


Text Example

White with #C2DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAC9; }

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

 H1.HeaderClassName
 {
   color: #C2DAC9;
 }
 .AnyTagClassName
 {
   color: #C2DAC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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