#CAB3EE

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

Shades of Melrose #CAB3EE

Tints of Melrose #CAB3EE

Color information

#CAB3EE (or 0xCAB3EE) is unknown color: approx Melrose. HEX triplet: CA, B3 and EE. RGB value is (202,179,238). Sum of RGB (Red+Green+Blue) = 202+179+238=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EE is #354C11. Grayscale: #C0C0C0. Windows color (decimal): -3492882 or 15643594. OLE color: 15643594.

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

Color convert

RGB202179238-
CMYK0.150.2500.07
HSL263.39º63.44%81.76%-
HSV(B)263.39º24.79%93.33%-
XYZ55.9150.9787.78-
YUV192.6153.62134.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=32.63%
G=28.92%
B=38.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021792380.150.2500.07263.3963.4481.76
HexCAB3EEF19071073f52
Octal31226335617310740777122
Binary11001010101100111110111011111100101111000001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3EE; }

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

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

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

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

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

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

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

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