#C4DBCB

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

Shades of Edgewater #C4DBCB

Tints of Edgewater #C4DBCB

Color information

#C4DBCB (or 0xC4DBCB) is unknown color: approx Edgewater. HEX triplet: C4, DB and CB. RGB value is (196,219,203). Sum of RGB (Red+Green+Blue) = 196+219+203=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBCB is #3B2434. Grayscale: #D2D2D2. Windows color (decimal): -3875893 or 13360068. OLE color: 13360068.

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

Color convert

RGB196219203-
CMYK0.1100.070.14
HSL138.26º24.21%81.37%-
HSV(B)138.26º10.5%85.88%-
XYZ58.8866.7166.27-
YUV210.3123.88117.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=31.72%
G=35.44%
B=32.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192030.1100.070.14138.2624.2181.37
HexC4DBCBB07E8a1851
Octal30433331313071621230121
Binary11000100110110111100101110110111111010001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBCB; }

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

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

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

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

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

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

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

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