Html Css Color HEX #C4DACA Edgewater

📋 copy color: '#C4DACA'

red 196 ◦ green 218 ◦ blue 202

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

Shades of Edgewater #C4DACA

Tints of Edgewater #C4DACA

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

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

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

R = 31.82%
G = 35.39%
B = 32.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#C4DACA (or 0xC4DACA) is known color: Edgewater. HEX triplet: C4, DA and CA. RGB value is (196,218,202). Sum of RGB (Red+Green+Blue) = 196+218+202=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DACA is #3B2535. Grayscale: #D1D1D1. Windows color (decimal): -3876150 or 13294276. OLE color: 13294276.

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

Color convert

RGB 196 218 202 -
CMYK 0.10 0 0.07 0.15
HSL 136.36º 0.23% 0.81% -
HSV(B) 136.36º 0.1% 0.85% -
XYZ 58.5 66.14 65.56 -
YUV 209.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 196 218 202 0.10 0 0.07 0.15 136.36 0.23 0.81
Hex C4 DA CA A 0 7 F 88 17 51
Octal 304 332 312 12 0 7 17 210 27 121
Binary 11000100 11011010 11001010 1010 0 111 1111 10001000 10111 1010001

Color Harmonies of #C4DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DACA

Black with #C4DACA

Text Example


Text Example

White with #C4DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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