#CCADB8

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

Shades of Melanie #CCADB8

Tints of Melanie #CCADB8

Color information

#CCADB8 (or 0xCCADB8) is unknown color: approx Melanie. HEX triplet: CC, AD and B8. RGB value is (204,173,184). Sum of RGB (Red+Green+Blue) = 204+173+184=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB8 is #335247. Grayscale: #B7B7B7. Windows color (decimal): -3363400 or 12103116. OLE color: 12103116.

HSL color Cylindrical-coordinate representation of color #CCADB8: hue angle of 338.71º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCADB8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204173184-
CMYK00.150.100.2
HSL338.71º23.31%73.92%-
HSV(B)338.71º15.2%80%-
XYZ48.546.1951.71-
YUV183.52128.27142.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=36.36%
G=30.84%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417318400.150.100.2338.7123.3173.92
HexCCADB80FA14153174a
Octal314255270017122452327112
Binary11001100101011011011100001111101010100101010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADB8; }

 p { color: rgb(204,173,184); }

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

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

 a { background-color: rgb(204,173,184); }

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

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

 span { border-color: rgb(204,173,184); }

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