#CED2BA

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

Shades of Harp #CED2BA

Tints of Harp #CED2BA

Color information

#CED2BA (or 0xCED2BA) is unknown color: approx Harp. HEX triplet: CE, D2 and BA. RGB value is (206,210,186). Sum of RGB (Red+Green+Blue) = 206+210+186=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2BA is #312D45. Grayscale: #CECECE. Windows color (decimal): -3222854 or 12243662. OLE color: 12243662.

HSL color Cylindrical-coordinate representation of color #CED2BA: hue angle of 70º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED2BA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB206210186-
CMYK0.0200.110.18
HSL70º21.05%77.65%-
HSV(B)70º11.43%82.35%-
XYZ57.3662.7655.54-
YUV206.07116.67127.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=34.22%
G=34.88%
B=30.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101860.0200.110.187021.0577.65
HexCED2BA20B1246154e
Octal31632227220132210625116
Binary1100111011010010101110101001011100101000110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2BA; }

 p { color: rgb(206,210,186); }

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

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

 a { background-color: rgb(206,210,186); }

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

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

 span { border-color: rgb(206,210,186); }

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