#CED5BE

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

Shades of Harp #CED5BE

Tints of Harp #CED5BE

Color information

#CED5BE (or 0xCED5BE) is unknown color: approx Harp. HEX triplet: CE, D5 and BE. RGB value is (206,213,190). Sum of RGB (Red+Green+Blue) = 206+213+190=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5BE is #312A41. Grayscale: #D0D0D0. Windows color (decimal): -3222082 or 12506574. OLE color: 12506574.

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

Color convert

RGB206213190-
CMYK0.0300.110.16
HSL78.26º21.5%79.02%-
HSV(B)78.26º10.8%83.53%-
XYZ58.5464.4358.07-
YUV208.28117.68126.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=33.83%
G=34.98%
B=31.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131900.0300.110.1678.2621.579.02
HexCED5BE30B104e154f
Octal31632527630132011625117
Binary1100111011010101101111101101011100001001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5BE; }

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

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

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

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

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

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

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

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