#CAB6ED

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

Shades of Melrose #CAB6ED

Tints of Melrose #CAB6ED

Color information

#CAB6ED (or 0xCAB6ED) is unknown color: approx Melrose. HEX triplet: CA, B6 and ED. RGB value is (202,182,237). Sum of RGB (Red+Green+Blue) = 202+182+237=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6ED is #354912. Grayscale: #C2C2C2. Windows color (decimal): -3492115 or 15578826. OLE color: 15578826.

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

Color convert

RGB202182237-
CMYK0.150.2300.07
HSL261.82º60.44%82.16%-
HSV(B)261.82º23.21%92.94%-
XYZ56.3752.1387.21-
YUV194.25152.13133.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=32.53%
G=29.31%
B=38.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021822370.150.2300.07261.8260.4482.16
HexCAB6EDF17071063c52
Octal31226635517270740674122
Binary11001010101101101110110111111011101111000001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6ED; }

 p { color: rgb(202,182,237); }

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

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

 a { background-color: rgb(202,182,237); }

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

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

 span { border-color: rgb(202,182,237); }

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