Html Css Color HEX #C4DACB Edgewater

📋 copy color: '#C4DACB'

red 196 ◦ green 218 ◦ blue 203

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

Shades of Edgewater #C4DACB

Tints of Edgewater #C4DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 31.77%
G = 35.33%
B = 32.9%

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

#C4DACB (or 0xC4DACB) is known color: Edgewater. HEX triplet: C4, DA and CB. RGB value is (196,218,203). Sum of RGB (Red+Green+Blue) = 196+218+203=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DACB is #3B2534. Grayscale: #D1D1D1. Windows color (decimal): -3876149 or 13359812. OLE color: 13359812.

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

Color convert

RGB 196 218 203 -
CMYK 0.10 0 0.07 0.15
HSL 139.09º 0.23% 0.81% -
HSV(B) 139.09º 0.1% 0.85% -
XYZ 58.62 66.19 66.19 -
YUV 209.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 196 218 203 0.10 0 0.07 0.15 139.09 0.23 0.81
Hex C4 DA CB A 0 7 F 8B 17 51
Octal 304 332 313 12 0 7 17 213 27 121
Binary 11000100 11011010 11001011 1010 0 111 1111 10001011 10111 1010001

Color Harmonies of #C4DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DACB

Black with #C4DACB

Text Example


Text Example

White with #C4DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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