#CABAF2

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

Shades of Melrose #CABAF2

Tints of Melrose #CABAF2

Color information

#CABAF2 (or 0xCABAF2) is unknown color: approx Melrose. HEX triplet: CA, BA and F2. RGB value is (202,186,242). Sum of RGB (Red+Green+Blue) = 202+186+242=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF2 is #35450D. Grayscale: #C4C4C4. Windows color (decimal): -3491086 or 15907530. OLE color: 15907530.

HSL color Cylindrical-coordinate representation of color #CABAF2: hue angle of 257.14º degrees, saturation: 0.68, 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 #CABAF2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202186242-
CMYK0.170.2300.05
HSL257.14º68.29%83.92%-
HSV(B)257.14º23.14%94.9%-
XYZ57.9454.0991.39-
YUV197.17153.3131.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=32.06%
G=29.52%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021862420.170.2300.05257.1468.2983.92
HexCABAF21117051014454
Octal312272362212705401104124
Binary1100101010111010111100101000110111010110000000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF2; }

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

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

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

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

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

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

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

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