#C8DCCB

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

Shades of Edgewater #C8DCCB

Tints of Edgewater #C8DCCB

Color information

#C8DCCB (or 0xC8DCCB) is unknown color: approx Edgewater. HEX triplet: C8, DC and CB. RGB value is (200,220,203). Sum of RGB (Red+Green+Blue) = 200+220+203=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCCB is #372334. Grayscale: #D4D4D4. Windows color (decimal): -3613493 or 13360328. OLE color: 13360328.

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

Color convert

RGB200220203-
CMYK0.0900.080.14
HSL129º22.22%82.35%-
HSV(B)129º9.09%86.27%-
XYZ60.1967.7866.41-
YUV212.08122.87119.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=32.10%
G=35.31%
B=32.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202030.0900.080.1412922.2282.35
HexC8DCCB908E811652
Octal310334313110101620126122
Binary110010001101110011001011100101000111010000001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCCB; }

 p { color: rgb(200,220,203); }

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

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

 a { background-color: rgb(200,220,203); }

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

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

 span { border-color: rgb(200,220,203); }

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