#CCD5B7

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

Shades of Harp #CCD5B7

Tints of Harp #CCD5B7

Color information

#CCD5B7 (or 0xCCD5B7) is unknown color: approx Harp. HEX triplet: CC, D5 and B7. RGB value is (204,213,183). Sum of RGB (Red+Green+Blue) = 204+213+183=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5B7 is #332A48. Grayscale: #CECECE. Windows color (decimal): -3353161 or 12047820. OLE color: 12047820.

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

Color convert

RGB204213183-
CMYK0.0400.140.16
HSL78º26.32%77.65%-
HSV(B)78º14.08%83.53%-
XYZ57.2463.8454.11-
YUV206.89114.52125.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 183 (71.88% from 255) = 30.5%
R=34%
G=35.5%
B=30.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131830.0400.140.167826.3277.65
HexCCD5B740E104e1a4e
Octal31432526740162011632116
Binary11001100110101011011011110001110100001001110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5B7; }

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

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

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

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

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

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

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

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