#CDD5B3

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

Shades of Harp #CDD5B3

Tints of Harp #CDD5B3

Color information

#CDD5B3 (or 0xCDD5B3) is unknown color: approx Harp. HEX triplet: CD, D5 and B3. RGB value is (205,213,179). Sum of RGB (Red+Green+Blue) = 205+213+179=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5B3 is #322A4C. Grayscale: #CECECE. Windows color (decimal): -3287629 or 11785677. OLE color: 11785677.

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

Color convert

RGB205213179-
CMYK0.0400.160.16
HSL74.12º28.81%76.86%-
HSV(B)74.12º15.96%83.53%-
XYZ57.1163.8251.96-
YUV206.73112.35126.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=34.34%
G=35.68%
B=29.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131790.0400.160.1674.1228.8176.86
HexCDD5B34010104a1d4d
Octal31532526340202011235115
Binary110011011101010110110011100010000100001001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5B3; }

 p { color: rgb(205,213,179); }

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

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

 a { background-color: rgb(205,213,179); }

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

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

 span { border-color: rgb(205,213,179); }

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