#CCD7B3

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

Shades of Harp #CCD7B3

Tints of Harp #CCD7B3

Color information

#CCD7B3 (or 0xCCD7B3) is unknown color: approx Harp. HEX triplet: CC, D7 and B3. RGB value is (204,215,179). Sum of RGB (Red+Green+Blue) = 204+215+179=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7B3 is #33284C. Grayscale: #CFCFCF. Windows color (decimal): -3352653 or 11786188. OLE color: 11786188.

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

Color convert

RGB204215179-
CMYK0.0500.170.16
HSL78.33º31.03%77.25%-
HSV(B)78.33º16.74%84.31%-
XYZ57.3464.6952.11-
YUV207.61111.86125.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=34.11%
G=35.95%
B=29.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151790.0500.170.1678.3331.0377.25
HexCCD7B35011104e1f4d
Octal31432726350212011637115
Binary110011001101011110110011101010001100001001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7B3; }

 p { color: rgb(204,215,179); }

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

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

 a { background-color: rgb(204,215,179); }

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

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

 span { border-color: rgb(204,215,179); }

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