#CED9BA

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

Shades of Harp #CED9BA

Tints of Harp #CED9BA

Color information

#CED9BA (or 0xCED9BA) is unknown color: approx Harp. HEX triplet: CE, D9 and BA. RGB value is (206,217,186). Sum of RGB (Red+Green+Blue) = 206+217+186=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9BA is #312645. Grayscale: #D2D2D2. Windows color (decimal): -3221062 or 12245454. OLE color: 12245454.

HSL color Cylindrical-coordinate representation of color #CED9BA: hue angle of 81.29º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED9BA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB206217186-
CMYK0.0500.140.15
HSL81.29º28.97%79.02%-
HSV(B)81.29º14.29%85.1%-
XYZ59.1366.2956.13-
YUV210.18114.36125.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=33.83%
G=35.63%
B=30.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171860.0500.140.1581.2928.9779.02
HexCED9BA50EF511d4f
Octal31633127250161712135117
Binary1100111011011001101110101010111011111010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9BA; }

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

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

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

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

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

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

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

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