#CABAF1

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

Shades of Melrose #CABAF1

Tints of Melrose #CABAF1

Color information

#CABAF1 (or 0xCABAF1) is unknown color: approx Melrose. HEX triplet: CA, BA and F1. RGB value is (202,186,241). Sum of RGB (Red+Green+Blue) = 202+186+241=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF1 is #35450E. Grayscale: #C4C4C4. Windows color (decimal): -3491087 or 15841994. OLE color: 15841994.

HSL color Cylindrical-coordinate representation of color #CABAF1: hue angle of 257.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABAF1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202186241-
CMYK0.160.2300.05
HSL257.45º66.27%83.73%-
HSV(B)257.45º22.82%94.51%-
XYZ57.7954.0390.6-
YUV197.05152.8131.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=32.11%
G=29.57%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021862410.160.2300.05257.4566.2783.73
HexCABAF11017051014254
Octal312272361202705401102124
Binary1100101010111010111100011000010111010110000000110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF1; }

 p { color: rgb(202,186,241); }

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

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

 a { background-color: rgb(202,186,241); }

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

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

 span { border-color: rgb(202,186,241); }

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