#CCDCB3

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

Shades of Harp #CCDCB3

Tints of Harp #CCDCB3

Color information

#CCDCB3 (or 0xCCDCB3) is unknown color: approx Harp. HEX triplet: CC, DC and B3. RGB value is (204,220,179). Sum of RGB (Red+Green+Blue) = 204+220+179=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB3 is #33234C. Grayscale: #D2D2D2. Windows color (decimal): -3351373 or 11787468. OLE color: 11787468.

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

Color convert

RGB204220179-
CMYK0.0700.190.14
HSL83.41º36.94%78.24%-
HSV(B)83.41º18.64%86.27%-
XYZ58.6367.2852.54-
YUV210.54110.2123.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=33.83%
G=36.48%
B=29.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201790.0700.190.1483.4136.9478.24
HexCCDCB37013E53254e
Octal31433426370231612345116
Binary110011001101110010110011111010011111010100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCB3; }

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

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

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

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

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

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

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

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