#CAC3EE

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

Shades of Melrose #CAC3EE

Tints of Melrose #CAC3EE

Color information

#CAC3EE (or 0xCAC3EE) is unknown color: approx Melrose. HEX triplet: CA, C3 and EE. RGB value is (202,195,238). Sum of RGB (Red+Green+Blue) = 202+195+238=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3EE is #353C11. Grayscale: #C9C9C9. Windows color (decimal): -3488786 or 15647690. OLE color: 15647690.

HSL color Cylindrical-coordinate representation of color #CAC3EE: hue angle of 249.77º degrees, saturation: 0.56, 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 #CAC3EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202195238-
CMYK0.150.1800.07
HSL249.77º55.84%84.9%-
HSV(B)249.77º18.07%93.33%-
XYZ59.357.7688.91-
YUV202148.32128-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=31.81%
G=30.71%
B=37.48%

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
Decimal2021952380.150.1800.07249.7755.8484.9
HexCAC3EEF1207fa3855
Octal31230335617220737270125
Binary1100101011000011111011101111100100111111110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3EE; }

 p { color: rgb(202,195,238); }

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

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

 a { background-color: rgb(202,195,238); }

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

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

 span { border-color: rgb(202,195,238); }

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