#C4DBC8

Color #C4DBC8 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C4DBC8

Tints of Edgewater #C4DBC8

Color information

#C4DBC8 (or 0xC4DBC8) is unknown color: approx Edgewater. HEX triplet: C4, DB and C8. RGB value is (196,219,200). Sum of RGB (Red+Green+Blue) = 196+219+200=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBC8 is #3B2437. Grayscale: #D2D2D2. Windows color (decimal): -3875896 or 13163460. OLE color: 13163460.

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

Color convert

RGB196219200-
CMYK0.1100.090.14
HSL130.43º24.21%81.37%-
HSV(B)130.43º10.5%85.88%-
XYZ58.5266.5764.41-
YUV209.96122.38118.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=31.87%
G=35.61%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192000.1100.090.14130.4324.2181.37
HexC4DBC8B09E821851
Octal304333310130111620230121
Binary110001001101101111001000101101001111010000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBC8; }

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

 H1.HeaderClassName
 {
   color: #C4DBC8;
 }
 .AnyTagClassName
 {
   color: #C4DBC8;
 }
</style>
background-color css

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

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

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

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

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

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