#CCDCB1

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

Shades of Harp #CCDCB1

Tints of Harp #CCDCB1

Color information

#CCDCB1 (or 0xCCDCB1) is unknown color: approx Harp. HEX triplet: CC, DC and B1. RGB value is (204,220,177). Sum of RGB (Red+Green+Blue) = 204+220+177=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCB1 is #33234E. Grayscale: #D2D2D2. Windows color (decimal): -3351375 or 11656396. OLE color: 11656396.

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

Color convert

RGB204220177-
CMYK0.0700.200.14
HSL82.33º38.05%77.84%-
HSV(B)82.33º19.55%86.27%-
XYZ58.4367.251.49-
YUV210.31109.2123.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=33.94%
G=36.61%
B=29.45%

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
Decimal2042201770.0700.200.1482.3338.0577.84
HexCCDCB17014E52264e
Octal31433426170241612246116
Binary110011001101110010110001111010100111010100101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCB1; }

 p { color: rgb(204,220,177); }

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

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

 a { background-color: rgb(204,220,177); }

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

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

 span { border-color: rgb(204,220,177); }

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