#CAC6DD

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

Shades of Melrose #CAC6DD

Tints of Melrose #CAC6DD

Color information

#CAC6DD (or 0xCAC6DD) is unknown color: approx Melrose. HEX triplet: CA, C6 and DD. RGB value is (202,198,221). Sum of RGB (Red+Green+Blue) = 202+198+221=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DD is #353922. Grayscale: #C9C9C9. Windows color (decimal): -3488035 or 14534346. OLE color: 14534346.

HSL color Cylindrical-coordinate representation of color #CAC6DD: hue angle of 250.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC6DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202198221-
CMYK0.090.1000.13
HSL250.43º25.27%82.16%-
HSV(B)250.43º10.41%86.67%-
XYZ57.658.1776.6-
YUV201.82138.83128.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=32.53%
G=31.88%
B=35.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021982210.090.1000.13250.4325.2782.16
HexCAC6DD9A0Dfa1952
Octal312306335111201537231122
Binary110010101100011011011101100110100110111111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6DD; }

 p { color: rgb(202,198,221); }

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

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

 a { background-color: rgb(202,198,221); }

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

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

 span { border-color: rgb(202,198,221); }

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