#CCD3BA

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

Shades of Harp #CCD3BA

Tints of Harp #CCD3BA

Color information

#CCD3BA (or 0xCCD3BA) is unknown color: approx Harp. HEX triplet: CC, D3 and BA. RGB value is (204,211,186). Sum of RGB (Red+Green+Blue) = 204+211+186=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3BA is #332C45. Grayscale: #CECECE. Windows color (decimal): -3353670 or 12243916. OLE color: 12243916.

HSL color Cylindrical-coordinate representation of color #CCD3BA: hue angle of 76.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD3BA is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB204211186-
CMYK0.0300.120.17
HSL76.8º22.12%77.84%-
HSV(B)76.8º11.85%82.75%-
XYZ57.0662.9755.6-
YUV206.06116.68126.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=33.94%
G=35.11%
B=30.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111860.0300.120.1776.822.1277.84
HexCCD3BA30C114d164e
Octal31432327230142111526116
Binary1100110011010011101110101101100100011001101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3BA; }

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

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

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

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

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

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

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

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