#CED1BA

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

Shades of Harp #CED1BA

Tints of Harp #CED1BA

Color information

#CED1BA (or 0xCED1BA) is unknown color: approx Harp. HEX triplet: CE, D1 and BA. RGB value is (206,209,186). Sum of RGB (Red+Green+Blue) = 206+209+186=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1BA is #312E45. Grayscale: #CDCDCD. Windows color (decimal): -3223110 or 12243406. OLE color: 12243406.

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

Color convert

RGB206209186-
CMYK0.0100.110.18
HSL67.83º20%77.45%-
HSV(B)67.83º11%81.96%-
XYZ57.1262.2755.46-
YUV205.48117.01128.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=34.28%
G=34.78%
B=30.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091860.0100.110.1867.832077.45
HexCED1BA10B1244144d
Octal31632127210132210424115
Binary110011101101000110111010101011100101000100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1BA; }

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

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

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

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

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

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

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

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