#CCD7B8

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

Shades of Harp #CCD7B8

Tints of Harp #CCD7B8

Color information

#CCD7B8 (or 0xCCD7B8) is unknown color: approx Harp. HEX triplet: CC, D7 and B8. RGB value is (204,215,184). Sum of RGB (Red+Green+Blue) = 204+215+184=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7B8 is #332847. Grayscale: #D0D0D0. Windows color (decimal): -3352648 or 12113868. OLE color: 12113868.

HSL color Cylindrical-coordinate representation of color #CCD7B8: hue angle of 81.29º degrees, saturation: 0.28, 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 #CCD7B8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB204215184-
CMYK0.0500.140.16
HSL81.29º27.93%78.24%-
HSV(B)81.29º14.42%84.31%-
XYZ57.8564.954.82-
YUV208.18114.36125.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 184 (72.27% from 255) = 30.51%
R=33.83%
G=35.66%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151840.0500.140.1681.2927.9378.24
HexCCD7B850E10511c4e
Octal31432727050162012134116
Binary11001100110101111011100010101110100001010001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7B8; }

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

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

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

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

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

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

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

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