#CCD9B7

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

Shades of Harp #CCD9B7

Tints of Harp #CCD9B7

Color information

#CCD9B7 (or 0xCCD9B7) is unknown color: approx Harp. HEX triplet: CC, D9 and B7. RGB value is (204,217,183). Sum of RGB (Red+Green+Blue) = 204+217+183=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9B7 is #332648. Grayscale: #D1D1D1. Windows color (decimal): -3352137 or 12048844. OLE color: 12048844.

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

Color convert

RGB204217183-
CMYK0.0600.160.15
HSL82.94º30.91%78.43%-
HSV(B)82.94º15.67%85.1%-
XYZ58.2665.8854.45-
YUV209.24113.19124.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=33.77%
G=35.93%
B=30.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171830.0600.160.1582.9430.9178.43
HexCCD9B76010F531f4e
Octal31433126760201712337116
Binary11001100110110011011011111001000011111010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9B7; }

 p { color: rgb(204,217,183); }

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

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

 a { background-color: rgb(204,217,183); }

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

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

 span { border-color: rgb(204,217,183); }

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