#CAC2ED

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

Shades of Melrose #CAC2ED

Tints of Melrose #CAC2ED

Color information

#CAC2ED (or 0xCAC2ED) is unknown color: approx Melrose. HEX triplet: CA, C2 and ED. RGB value is (202,194,237). Sum of RGB (Red+Green+Blue) = 202+194+237=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2ED is #353D12. Grayscale: #C9C9C9. Windows color (decimal): -3489043 or 15581898. OLE color: 15581898.

HSL color Cylindrical-coordinate representation of color #CAC2ED: hue angle of 251.16º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2ED is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202194237-
CMYK0.150.1800.07
HSL251.16º54.43%84.51%-
HSV(B)251.16º18.14%92.94%-
XYZ58.9357.2588.07-
YUV201.29148.15128.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=31.91%
G=30.65%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021942370.150.1800.07251.1654.4384.51
HexCAC2EDF1207fb3655
Octal31230235517220737366125
Binary1100101011000010111011011111100100111111110111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2ED; }

 p { color: rgb(202,194,237); }

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

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

 a { background-color: rgb(202,194,237); }

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

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

 span { border-color: rgb(202,194,237); }

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