#CCD5BE

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

Shades of Harp #CCD5BE

Tints of Harp #CCD5BE

Color information

#CCD5BE (or 0xCCD5BE) is unknown color: approx Harp. HEX triplet: CC, D5 and BE. RGB value is (204,213,190). Sum of RGB (Red+Green+Blue) = 204+213+190=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BE is #332A41. Grayscale: #CFCFCF. Windows color (decimal): -3353154 or 12506572. OLE color: 12506572.

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

Color convert

RGB204213190-
CMYK0.0400.110.16
HSL83.48º21.5%79.02%-
HSV(B)83.48º10.8%83.53%-
XYZ57.9964.1458.04-
YUV207.69118.02125.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=33.61%
G=35.09%
B=31.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131900.0400.110.1683.4821.579.02
HexCCD5BE40B1053154f
Octal31432527640132012325117
Binary11001100110101011011111010001011100001010011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5BE; }

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

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

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

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

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

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

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

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