#CAB8EF

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

Shades of Melrose #CAB8EF

Tints of Melrose #CAB8EF

Color information

#CAB8EF (or 0xCAB8EF) is unknown color: approx Melrose. HEX triplet: CA, B8 and EF. RGB value is (202,184,239). Sum of RGB (Red+Green+Blue) = 202+184+239=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8EF is #354710. Grayscale: #C3C3C3. Windows color (decimal): -3491601 or 15710410. OLE color: 15710410.

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

Color convert

RGB202184239-
CMYK0.150.2300.06
HSL259.64º63.22%82.94%-
HSV(B)259.64º23.01%93.73%-
XYZ57.0853.0788.9-
YUV195.65152.46132.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=32.32%
G=29.44%
B=38.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021842390.150.2300.06259.6463.2282.94
HexCAB8EFF17061043f53
Octal31227035717270640477123
Binary11001010101110001110111111111011101101000001001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB8EF; }

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

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

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

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

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

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

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

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