#CAC4DF

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

Shades of Melrose #CAC4DF

Tints of Melrose #CAC4DF

Color information

#CAC4DF (or 0xCAC4DF) is unknown color: approx Melrose. HEX triplet: CA, C4 and DF. RGB value is (202,196,223). Sum of RGB (Red+Green+Blue) = 202+196+223=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DF is #353B20. Grayscale: #C8C8C8. Windows color (decimal): -3488545 or 14664906. OLE color: 14664906.

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

Color convert

RGB202196223-
CMYK0.090.1200.13
HSL253.33º29.67%82.16%-
HSV(B)253.33º12.11%87.45%-
XYZ57.4257.3677.86-
YUV200.87140.49128.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=32.53%
G=31.56%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021962230.090.1200.13253.3329.6782.16
HexCAC4DF9C0Dfd1e52
Octal312304337111401537536122
Binary110010101100010011011111100111000110111111101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4DF; }

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

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

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

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

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

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

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

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