#CCD5BB

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

Shades of Harp #CCD5BB

Tints of Harp #CCD5BB

Color information

#CCD5BB (or 0xCCD5BB) is unknown color: approx Harp. HEX triplet: CC, D5 and BB. RGB value is (204,213,187). Sum of RGB (Red+Green+Blue) = 204+213+187=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BB is #332A44. Grayscale: #CFCFCF. Windows color (decimal): -3353157 or 12309964. OLE color: 12309964.

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

Color convert

RGB204213187-
CMYK0.0400.120.16
HSL80.77º23.64%78.43%-
HSV(B)80.77º12.21%83.53%-
XYZ57.6764.0156.33-
YUV207.34116.52125.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=33.77%
G=35.26%
B=30.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131870.0400.120.1680.7723.6478.43
HexCCD5BB40C1051184e
Octal31432527340142012130116
Binary11001100110101011011101110001100100001010001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5BB; }

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

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

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

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

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

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

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

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