#C8DACC

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

Shades of Edgewater #C8DACC

Tints of Edgewater #C8DACC

Color information

#C8DACC (or 0xC8DACC) is unknown color: approx Edgewater. HEX triplet: C8, DA and CC. RGB value is (200,218,204). Sum of RGB (Red+Green+Blue) = 200+218+204=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DACC is #372533. Grayscale: #D3D3D3. Windows color (decimal): -3614004 or 13425352. OLE color: 13425352.

HSL color Cylindrical-coordinate representation of color #C8DACC: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8DACC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB200218204-
CMYK0.0800.060.15
HSL133.33º19.57%81.96%-
HSV(B)133.33º8.26%85.49%-
XYZ59.7966.7866.87-
YUV211.02124.04120.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=32.15%
G=35.05%
B=32.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002182040.0800.060.15133.3319.5781.96
HexC8DACC806F851452
Octal31033231410061720524122
Binary11001000110110101100110010000110111110000101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DACC; }

 p { color: rgb(200,218,204); }

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

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

 a { background-color: rgb(200,218,204); }

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

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

 span { border-color: rgb(200,218,204); }

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