Html Css Color HEX #C4DCC7 Edgewater

📋 copy color: '#C4DCC7'

red 196 ◦ green 220 ◦ blue 199

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

Shades of Edgewater #C4DCC7

Tints of Edgewater #C4DCC7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.77%

 BLUE value IS 199 (78.13% from 255) = 32.36%

R = 31.87%
G = 35.77%
B = 32.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C4DCC7 (or 0xC4DCC7) is known color: Edgewater. HEX triplet: C4, DC and C7. RGB value is (196,220,199). Sum of RGB (Red+Green+Blue) = 196+220+199=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC7 is #3B2338. Grayscale: #D2D2D2. Windows color (decimal): -3875641 or 13098180. OLE color: 13098180.

HSL color Cylindrical-coordinate representation of color #C4DCC7: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCC7 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 199 -
CMYK 0.11 0 0.10 0.14
HSL 127.5º 0.26% 0.82% -
HSV(B) 127.5º 0.11% 0.86% -
XYZ 58.67 67.05 63.88 -
YUV 210.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 196 220 199 0.11 0 0.10 0.14 127.5 0.26 0.82
Hex C4 DC C7 B 0 A E 80 1A 52
Octal 304 334 307 13 0 12 16 200 32 122
Binary 11000100 11011100 11000111 1011 0 1010 1110 10000000 11010 1010010

Color Harmonies of #C4DCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCC7

Black with #C4DCC7

Text Example


Text Example

White with #C4DCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCC7; }

 p { color: rgb(196,220,199); }

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

background-color css

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

 a { background-color: rgb(196,220,199); }

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

border-color css

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

 span { border-color: rgb(196,220,199); }

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