#C8D0CA

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

Shades of Edgewater #C8D0CA

Tints of Edgewater #C8D0CA

Color information

#C8D0CA (or 0xC8D0CA) is unknown color: approx Edgewater. HEX triplet: C8, D0 and CA. RGB value is (200,208,202). Sum of RGB (Red+Green+Blue) = 200+208+202=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0CA is #372F35. Grayscale: #CCCCCC. Windows color (decimal): -3616566 or 13291720. OLE color: 13291720.

HSL color Cylindrical-coordinate representation of color #C8D0CA: hue angle of 135º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8D0CA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB200208202-
CMYK0.0400.030.18
HSL135º7.84%80%-
HSV(B)135º3.85%81.57%-
XYZ57.0461.6664.77-
YUV204.92126.35124.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.79%
GREEN value IS 208 (81.64% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=32.79%
G=34.10%
B=33.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002082020.0400.030.181357.8480
HexC8D0CA4031287850
Octal3103203124032220710120
Binary110010001101000011001010100011100101000011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D0CA; }

 p { color: rgb(200,208,202); }

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

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

 a { background-color: rgb(200,208,202); }

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

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

 span { border-color: rgb(200,208,202); }

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