#CCD6BA

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

Shades of Harp #CCD6BA

Tints of Harp #CCD6BA

Color information

#CCD6BA (or 0xCCD6BA) is unknown color: approx Harp. HEX triplet: CC, D6 and BA. RGB value is (204,214,186). Sum of RGB (Red+Green+Blue) = 204+214+186=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6BA is #332945. Grayscale: #CFCFCF. Windows color (decimal): -3352902 or 12244684. OLE color: 12244684.

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

Color convert

RGB204214186-
CMYK0.0500.130.16
HSL81.43º25.45%78.43%-
HSV(B)81.43º13.08%83.92%-
XYZ57.8164.4855.85-
YUV207.82115.69125.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=33.77%
G=35.43%
B=30.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141860.0500.130.1681.4325.4578.43
HexCCD6BA50D1051194e
Octal31432627250152012131116
Binary11001100110101101011101010101101100001010001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6BA; }

 p { color: rgb(204,214,186); }

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

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

 a { background-color: rgb(204,214,186); }

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

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

 span { border-color: rgb(204,214,186); }

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