#CCD9B6

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

Shades of Harp #CCD9B6

Tints of Harp #CCD9B6

Color information

#CCD9B6 (or 0xCCD9B6) is unknown color: approx Harp. HEX triplet: CC, D9 and B6. RGB value is (204,217,182). Sum of RGB (Red+Green+Blue) = 204+217+182=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9B6 is #332649. Grayscale: #D1D1D1. Windows color (decimal): -3352138 or 11983308. OLE color: 11983308.

HSL color Cylindrical-coordinate representation of color #CCD9B6: hue angle of 82.29º degrees, saturation: 0.32, 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 #CCD9B6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB204217182-
CMYK0.0600.160.15
HSL82.29º31.53%78.24%-
HSV(B)82.29º16.13%85.1%-
XYZ58.1665.8453.9-
YUV209.12112.69124.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=33.83%
G=35.99%
B=30.18%

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
Decimal2042171820.0600.160.1582.2931.5378.24
HexCCD9B66010F52204e
Octal31433126660201712240116
Binary110011001101100110110110110010000111110100101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9B6; }

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

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

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

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

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

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

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

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