#CDD9B1

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

Shades of Harp #CDD9B1

Tints of Harp #CDD9B1

Color information

#CDD9B1 (or 0xCDD9B1) is unknown color: approx Harp. HEX triplet: CD, D9 and B1. RGB value is (205,217,177). Sum of RGB (Red+Green+Blue) = 205+217+177=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD9B1 is #32264E. Grayscale: #D1D1D1. Windows color (decimal): -3286607 or 11655629. OLE color: 11655629.

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

Color convert

RGB205217177-
CMYK0.0600.180.15
HSL78º34.48%77.25%-
HSV(B)78º18.43%85.1%-
XYZ57.9365.7851.24-
YUV208.85110.02125.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=34.22%
G=36.23%
B=29.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171770.0600.180.157834.4877.25
HexCDD9B16012F4e224d
Octal31533126160221711642115
Binary110011011101100110110001110010010111110011101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9B1; }

 p { color: rgb(205,217,177); }

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

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

 a { background-color: rgb(205,217,177); }

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

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

 span { border-color: rgb(205,217,177); }

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