#CEDBAE

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

Shades of Harp #CEDBAE

Tints of Harp #CEDBAE

Color information

#CEDBAE (or 0xCEDBAE) is unknown color: approx Harp. HEX triplet: CE, DB and AE. RGB value is (206,219,174). Sum of RGB (Red+Green+Blue) = 206+219+174=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBAE is #312451. Grayscale: #D2D2D2. Windows color (decimal): -3220562 or 11459534. OLE color: 11459534.

HSL color Cylindrical-coordinate representation of color #CEDBAE: hue angle of 77.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDBAE is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB206219174-
CMYK0.0600.210.14
HSL77.33º38.46%77.06%-
HSV(B)77.33º20.55%85.88%-
XYZ58.4366.8449.87-
YUV209.98107.69125.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=34.39%
G=36.56%
B=29.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191740.0600.210.1477.3338.4677.06
HexCEDBAE6015E4d264d
Octal31633325660251611546115
Binary110011101101101110101110110010101111010011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBAE; }

 p { color: rgb(206,219,174); }

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

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

 a { background-color: rgb(206,219,174); }

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

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

 span { border-color: rgb(206,219,174); }

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