Html Css Color HEX #C7DACA Edgewater

📋 copy color: '#C7DACA'

red 199 ◦ green 218 ◦ blue 202

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

Shades of Edgewater #C7DACA

Tints of Edgewater #C7DACA

RGB

 RED value IS 199 (78.13% from 255) = 32.15%

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

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 32.15%
G = 35.22%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C7DACA (or 0xC7DACA) is known color: Edgewater. HEX triplet: C7, DA and CA. RGB value is (199,218,202). Sum of RGB (Red+Green+Blue) = 199+218+202=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DACA is #382535. Grayscale: #D2D2D2. Windows color (decimal): -3679542 or 13294279. OLE color: 13294279.

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

Color convert

RGB 199 218 202 -
CMYK 0.09 0 0.07 0.15
HSL 129.47º 0.2% 0.82% -
HSV(B) 129.47º 0.09% 0.85% -
XYZ 59.29 66.55 65.6 -
YUV 210.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 199 218 202 0.09 0 0.07 0.15 129.47 0.2 0.82
Hex C7 DA CA 9 0 7 F 81 14 52
Octal 307 332 312 11 0 7 17 201 24 122
Binary 11000111 11011010 11001010 1001 0 111 1111 10000001 10100 1010010

Color Harmonies of #C7DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DACA

Black with #C7DACA

Text Example


Text Example

White with #C7DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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