#CAB5EE

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

Shades of Melrose #CAB5EE

Tints of Melrose #CAB5EE

Color information

#CAB5EE (or 0xCAB5EE) is unknown color: approx Melrose. HEX triplet: CA, B5 and EE. RGB value is (202,181,238). Sum of RGB (Red+Green+Blue) = 202+181+238=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5EE is #354A11. Grayscale: #C1C1C1. Windows color (decimal): -3492370 or 15644106. OLE color: 15644106.

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

Color convert

RGB202181238-
CMYK0.150.2400.07
HSL262.11º62.64%82.16%-
HSV(B)262.11º23.95%93.33%-
XYZ56.3151.7887.91-
YUV193.78152.96133.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=32.53%
G=29.15%
B=38.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021812380.150.2400.07262.1162.6482.16
HexCAB5EEF18071063f52
Octal31226535617300740677122
Binary11001010101101011110111011111100001111000001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5EE; }

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

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

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

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

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

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

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

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