#CED7BB

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

Shades of Harp #CED7BB

Tints of Harp #CED7BB

Color information

#CED7BB (or 0xCED7BB) is unknown color: approx Harp. HEX triplet: CE, D7 and BB. RGB value is (206,215,187). Sum of RGB (Red+Green+Blue) = 206+215+187=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7BB is #312844. Grayscale: #D1D1D1. Windows color (decimal): -3221573 or 12310478. OLE color: 12310478.

HSL color Cylindrical-coordinate representation of color #CED7BB: hue angle of 79.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED7BB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB206215187-
CMYK0.0400.130.16
HSL79.29º25.93%78.82%-
HSV(B)79.29º13.02%84.31%-
XYZ58.7265.3156.52-
YUV209.12115.52125.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=33.88%
G=35.36%
B=30.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151870.0400.130.1679.2925.9378.82
HexCED7BB40D104f1a4f
Octal31632727340152011732117
Binary11001110110101111011101110001101100001001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7BB; }

 p { color: rgb(206,215,187); }

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

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

 a { background-color: rgb(206,215,187); }

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

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

 span { border-color: rgb(206,215,187); }

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