#CAB1EE

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

Shades of Melrose #CAB1EE

Tints of Melrose #CAB1EE

Color information

#CAB1EE (or 0xCAB1EE) is unknown color: approx Melrose. HEX triplet: CA, B1 and EE. RGB value is (202,177,238). Sum of RGB (Red+Green+Blue) = 202+177+238=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EE is #354E11. Grayscale: #BFBFBF. Windows color (decimal): -3493394 or 15643082. OLE color: 15643082.

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

Color convert

RGB202177238-
CMYK0.150.2600.07
HSL264.59º64.21%81.37%-
HSV(B)264.59º25.63%93.33%-
XYZ55.5150.1787.65-
YUV191.43154.28135.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=32.74%
G=28.69%
B=38.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021772380.150.2600.07264.5964.2181.37
HexCAB1EEF1A071094051
Octal312261356173207411100121
Binary110010101011000111101110111111010011110000100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1EE; }

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

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

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

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

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

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

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

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