#CAC4D7

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

Shades of Melrose #CAC4D7

Tints of Melrose #CAC4D7

Color information

#CAC4D7 (or 0xCAC4D7) is unknown color: approx Melrose. HEX triplet: CA, C4 and D7. RGB value is (202,196,215). Sum of RGB (Red+Green+Blue) = 202+196+215=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAC4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4D7 is #353B28. Grayscale: #C7C7C7. Windows color (decimal): -3488553 or 14140618. OLE color: 14140618.

HSL color Cylindrical-coordinate representation of color #CAC4D7: hue angle of 258.95º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC4D7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202196215-
CMYK0.060.0900.16
HSL258.95º19.19%80.59%-
HSV(B)258.95º8.84%84.31%-
XYZ56.3656.9472.31-
YUV199.96136.49129.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=32.95%
G=31.97%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021962150.060.0900.16258.9519.1980.59
HexCAC4D7690101031351
Octal31230432761102040323121
Binary1100101011000100110101111101001010000100000011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4D7; }

 p { color: rgb(202,196,215); }

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

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

 a { background-color: rgb(202,196,215); }

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

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

 span { border-color: rgb(202,196,215); }

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