#CED0BE

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

Shades of Harp #CED0BE

Tints of Harp #CED0BE

Color information

#CED0BE (or 0xCED0BE) is unknown color: approx Harp. HEX triplet: CE, D0 and BE. RGB value is (206,208,190). Sum of RGB (Red+Green+Blue) = 206+208+190=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0BE is #312F41. Grayscale: #CDCDCD. Windows color (decimal): -3223362 or 12505294. OLE color: 12505294.

HSL color Cylindrical-coordinate representation of color #CED0BE: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED0BE is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB206208190-
CMYK0.0100.090.18
HSL66.67º16.07%78.04%-
HSV(B)66.67º8.65%81.57%-
XYZ57.361.9557.65-
YUV205.35119.34128.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=34.11%
G=34.44%
B=31.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081900.0100.090.1866.6716.0778.04
HexCED0BE1091243104e
Octal31632027610112210320116
Binary110011101101000010111110101001100101000011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0BE; }

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

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

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

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

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

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

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

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