#CAB8EE

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

Shades of Melrose #CAB8EE

Tints of Melrose #CAB8EE

Color information

#CAB8EE (or 0xCAB8EE) is unknown color: approx Melrose. HEX triplet: CA, B8 and EE. RGB value is (202,184,238). Sum of RGB (Red+Green+Blue) = 202+184+238=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8EE is #354711. Grayscale: #C3C3C3. Windows color (decimal): -3491602 or 15644874. OLE color: 15644874.

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

Color convert

RGB202184238-
CMYK0.150.2300.07
HSL260º61.36%82.75%-
HSV(B)260º22.69%93.33%-
XYZ56.9353.0188.12-
YUV195.54151.96132.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 184 (72.27% from 255) = 29.49%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=32.37%
G=29.49%
B=38.14%

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
Decimal2021842380.150.2300.0726061.3682.75
HexCAB8EEF17071043d53
Octal31227035617270740475123
Binary11001010101110001110111011111011101111000001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8EE; }

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

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

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

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

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

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

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

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