#CAB7EA

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

Shades of Melrose #CAB7EA

Tints of Melrose #CAB7EA

Color information

#CAB7EA (or 0xCAB7EA) is unknown color: approx Melrose. HEX triplet: CA, B7 and EA. RGB value is (202,183,234). Sum of RGB (Red+Green+Blue) = 202+183+234=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7EA is #354815. Grayscale: #C2C2C2. Windows color (decimal): -3491862 or 15382474. OLE color: 15382474.

HSL color Cylindrical-coordinate representation of color #CAB7EA: hue angle of 262.35º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB7EA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202183234-
CMYK0.140.2200.08
HSL262.35º54.84%81.76%-
HSV(B)262.35º21.79%91.76%-
XYZ56.1452.3684.99-
YUV194.5150.29133.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 183 (71.88% from 255) = 29.56%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=32.63%
G=29.56%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021832340.140.2200.08262.3554.8481.76
HexCAB7EAE16081063752
Octal312267352162601040667122
Binary110010101011011111101010111010110010001000001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7EA; }

 p { color: rgb(202,183,234); }

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

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

 a { background-color: rgb(202,183,234); }

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

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

 span { border-color: rgb(202,183,234); }

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