#CDDAAD

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

Shades of Harp #CDDAAD

Tints of Harp #CDDAAD

Color information

#CDDAAD (or 0xCDDAAD) is unknown color: approx Harp. HEX triplet: CD, DA and AD. RGB value is (205,218,173). Sum of RGB (Red+Green+Blue) = 205+218+173=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAAD is #322552. Grayscale: #D1D1D1. Windows color (decimal): -3286355 or 11393741. OLE color: 11393741.

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

Color convert

RGB205218173-
CMYK0.0600.210.15
HSL77.33º37.82%76.67%-
HSV(B)77.33º20.64%85.49%-
XYZ57.7966.1449.26-
YUV208.98107.69125.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=34.40%
G=36.58%
B=29.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181730.0600.210.1577.3337.8276.67
HexCDDAAD6015F4d264d
Octal31533225560251711546115
Binary110011011101101010101101110010101111110011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAAD; }

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

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

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

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

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

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

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

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