#CED9BB

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

Shades of Harp #CED9BB

Tints of Harp #CED9BB

Color information

#CED9BB (or 0xCED9BB) is unknown color: approx Harp. HEX triplet: CE, D9 and BB. RGB value is (206,217,187). Sum of RGB (Red+Green+Blue) = 206+217+187=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9BB is #312644. Grayscale: #D2D2D2. Windows color (decimal): -3221061 or 12310990. OLE color: 12310990.

HSL color Cylindrical-coordinate representation of color #CED9BB: hue angle of 82º degrees, saturation: 0.28, 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 #CED9BB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB206217187-
CMYK0.0500.140.15
HSL82º28.3%79.22%-
HSV(B)82º13.82%85.1%-
XYZ59.2466.3456.7-
YUV210.29114.86124.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=33.77%
G=35.57%
B=30.66%

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
Decimal2062171870.0500.140.158228.379.22
HexCED9BB50EF521c4f
Octal31633127350161712234117
Binary1100111011011001101110111010111011111010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED9BB; }

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

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

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

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

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

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

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

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