#CDDBAD

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

Shades of Harp #CDDBAD

Tints of Harp #CDDBAD

Color information

#CDDBAD (or 0xCDDBAD) is unknown color: approx Harp. HEX triplet: CD, DB and AD. RGB value is (205,219,173). Sum of RGB (Red+Green+Blue) = 205+219+173=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBAD is #322452. Grayscale: #D1D1D1. Windows color (decimal): -3286099 or 11393997. OLE color: 11393997.

HSL color Cylindrical-coordinate representation of color #CDDBAD: hue angle of 78.26º degrees, saturation: 0.39, 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 #CDDBAD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB205219173-
CMYK0.0600.210.14
HSL78.26º38.98%76.86%-
HSV(B)78.26º21%85.88%-
XYZ58.0566.6649.34-
YUV209.57107.36124.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=34.34%
G=36.68%
B=28.98%

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
Decimal2052191730.0600.210.1478.2638.9876.86
HexCDDBAD6015E4e274d
Octal31533325560251611647115
Binary110011011101101110101101110010101111010011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBAD; }

 p { color: rgb(205,219,173); }

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

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

 a { background-color: rgb(205,219,173); }

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

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

 span { border-color: rgb(205,219,173); }

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