#C8D4CA

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

Shades of Edgewater #C8D4CA

Tints of Edgewater #C8D4CA

Color information

#C8D4CA (or 0xC8D4CA) is unknown color: approx Edgewater. HEX triplet: C8, D4 and CA. RGB value is (200,212,202). Sum of RGB (Red+Green+Blue) = 200+212+202=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4CA is #372B35. Grayscale: #CFCFCF. Windows color (decimal): -3615542 or 13292744. OLE color: 13292744.

HSL color Cylindrical-coordinate representation of color #C8D4CA: hue angle of 130º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4CA is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB200212202-
CMYK0.0600.050.17
HSL130º12.24%80.78%-
HSV(B)130º5.66%83.14%-
XYZ58.0263.6365.1-
YUV207.27125.02122.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=32.57%
G=34.53%
B=32.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002122020.0600.050.1713012.2480.78
HexC8D4CA6051182c51
Octal3103243126052120214121
Binary1100100011010100110010101100101100011000001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4CA; }

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

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

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

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

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

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

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

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