#CCD3B9

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

Shades of Harp #CCD3B9

Tints of Harp #CCD3B9

Color information

#CCD3B9 (or 0xCCD3B9) is unknown color: approx Harp. HEX triplet: CC, D3 and B9. RGB value is (204,211,185). Sum of RGB (Red+Green+Blue) = 204+211+185=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3B9 is #332C46. Grayscale: #CECECE. Windows color (decimal): -3353671 or 12178380. OLE color: 12178380.

HSL color Cylindrical-coordinate representation of color #CCD3B9: hue angle of 76.15º degrees, saturation: 0.23, 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 #CCD3B9 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB204211185-
CMYK0.0300.120.17
HSL76.15º22.81%77.65%-
HSV(B)76.15º12.32%82.75%-
XYZ56.9562.9355.04-
YUV205.94116.18126.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=34%
G=35.17%
B=30.83%

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
Decimal2042111850.0300.120.1776.1522.8177.65
HexCCD3B930C114c174e
Octal31432327130142111427116
Binary1100110011010011101110011101100100011001100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3B9; }

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

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

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

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

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

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

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

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