#CAB2EF

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

Shades of Melrose #CAB2EF

Tints of Melrose #CAB2EF

Color information

#CAB2EF (or 0xCAB2EF) is unknown color: approx Melrose. HEX triplet: CA, B2 and EF. RGB value is (202,178,239). Sum of RGB (Red+Green+Blue) = 202+178+239=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EF is #354D10. Grayscale: #BFBFBF. Windows color (decimal): -3493137 or 15708874. OLE color: 15708874.

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

Color convert

RGB202178239-
CMYK0.150.2600.06
HSL263.61º65.59%81.76%-
HSV(B)263.61º25.52%93.73%-
XYZ55.8650.6388.49-
YUV192.13154.45135.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=32.63%
G=28.76%
B=38.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021782390.150.2600.06263.6165.5981.76
HexCAB2EFF1A061084252
Octal312262357173206410102122
Binary110010101011001011101111111111010011010000100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2EF; }

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

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

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

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

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

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

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

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