Html Css Color HEX #C4DCC8 Edgewater

📋 copy color: '#C4DCC8'

red 196 ◦ green 220 ◦ blue 200

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

Shades of Edgewater #C4DCC8

Tints of Edgewater #C4DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.47%

R = 31.82%
G = 35.71%
B = 32.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#C4DCC8 (or 0xC4DCC8) is known color: Edgewater. HEX triplet: C4, DC and C8. RGB value is (196,220,200). Sum of RGB (Red+Green+Blue) = 196+220+200=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC8 is #3B2337. Grayscale: #D2D2D2. Windows color (decimal): -3875640 or 13163716. OLE color: 13163716.

HSL color Cylindrical-coordinate representation of color #C4DCC8: hue angle of 130º 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 #C4DCC8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 200 -
CMYK 0.11 0 0.09 0.14
HSL 130º 0.26% 0.82% -
HSV(B) 130º 0.11% 0.86% -
XYZ 58.78 67.09 64.5 -
YUV 210.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 196 220 200 0.11 0 0.09 0.14 130 0.26 0.82
Hex C4 DC C8 B 0 9 E 82 1A 52
Octal 304 334 310 13 0 11 16 202 32 122
Binary 11000100 11011100 11001000 1011 0 1001 1110 10000010 11010 1010010

Color Harmonies of #C4DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCC8

Black with #C4DCC8

Text Example


Text Example

White with #C4DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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