#CDD7B5

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

Shades of Harp #CDD7B5

Tints of Harp #CDD7B5

Color information

#CDD7B5 (or 0xCDD7B5) is unknown color: approx Harp. HEX triplet: CD, D7 and B5. RGB value is (205,215,181). Sum of RGB (Red+Green+Blue) = 205+215+181=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7B5 is #32284A. Grayscale: #D0D0D0. Windows color (decimal): -3287115 or 11917261. OLE color: 11917261.

HSL color Cylindrical-coordinate representation of color #CDD7B5: hue angle of 77.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB205215181-
CMYK0.0500.160.16
HSL77.65º29.82%77.65%-
HSV(B)77.65º15.81%84.31%-
XYZ57.8264.9253.2-
YUV208.13112.69125.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=34.11%
G=35.77%
B=30.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151810.0500.160.1677.6529.8277.65
HexCDD7B55010104e1e4e
Octal31532726550202011636116
Binary110011011101011110110101101010000100001001110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7B5; }

 p { color: rgb(205,215,181); }

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

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

 a { background-color: rgb(205,215,181); }

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

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

 span { border-color: rgb(205,215,181); }

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