#CAC3DA

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

Shades of Melrose #CAC3DA

Tints of Melrose #CAC3DA

Color information

#CAC3DA (or 0xCAC3DA) is unknown color: approx Melrose. HEX triplet: CA, C3 and DA. RGB value is (202,195,218). Sum of RGB (Red+Green+Blue) = 202+195+218=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DA is #353C25. Grayscale: #C7C7C7. Windows color (decimal): -3488806 or 14336970. OLE color: 14336970.

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

Color convert

RGB202195218-
CMYK0.070.1100.15
HSL258.26º23.71%80.98%-
HSV(B)258.26º10.55%85.49%-
XYZ56.5356.6574.28-
YUV199.72138.32129.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=32.85%
G=31.71%
B=35.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021952180.070.1100.15258.2623.7180.98
HexCAC3DA7B0F1021851
Octal31230333271301740230121
Binary110010101100001111011010111101101111100000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3DA; }

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

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

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

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

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

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

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

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