#CED7BE

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

Shades of Harp #CED7BE

Tints of Harp #CED7BE

Color information

#CED7BE (or 0xCED7BE) is unknown color: approx Harp. HEX triplet: CE, D7 and BE. RGB value is (206,215,190). Sum of RGB (Red+Green+Blue) = 206+215+190=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7BE is #312841. Grayscale: #D1D1D1. Windows color (decimal): -3221570 or 12507086. OLE color: 12507086.

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

Color convert

RGB206215190-
CMYK0.0400.120.16
HSL81.6º23.81%79.41%-
HSV(B)81.6º11.63%84.31%-
XYZ59.0565.4458.23-
YUV209.46117.02125.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=33.72%
G=35.19%
B=31.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151900.0400.120.1681.623.8179.41
HexCED7BE40C1052184f
Octal31632727640142012230117
Binary11001110110101111011111010001100100001010010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7BE; }

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

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

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

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

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

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

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

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