#CCDBAF

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

Shades of Harp #CCDBAF

Tints of Harp #CCDBAF

Color information

#CCDBAF (or 0xCCDBAF) is unknown color: approx Harp. HEX triplet: CC, DB and AF. RGB value is (204,219,175). Sum of RGB (Red+Green+Blue) = 204+219+175=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBAF is #332450. Grayscale: #D1D1D1. Windows color (decimal): -3351633 or 11525068. OLE color: 11525068.

HSL color Cylindrical-coordinate representation of color #CCDBAF: hue angle of 80.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDBAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB204219175-
CMYK0.0700.200.14
HSL80.45º37.93%77.25%-
HSV(B)80.45º20.09%85.88%-
XYZ57.9766.650.36-
YUV209.5108.53124.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=34.11%
G=36.62%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191750.0700.200.1480.4537.9377.25
HexCCDBAF7014E50264d
Octal31433325770241612046115
Binary110011001101101110101111111010100111010100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBAF; }

 p { color: rgb(204,219,175); }

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

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

 a { background-color: rgb(204,219,175); }

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

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

 span { border-color: rgb(204,219,175); }

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