#CABAF4

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

Shades of Melrose #CABAF4

Tints of Melrose #CABAF4

Color information

#CABAF4 (or 0xCABAF4) is unknown color: approx Melrose. HEX triplet: CA, BA and F4. RGB value is (202,186,244). Sum of RGB (Red+Green+Blue) = 202+186+244=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #CABAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF4 is #35450B. Grayscale: #C5C5C5. Windows color (decimal): -3491084 or 16038602. OLE color: 16038602.

HSL color Cylindrical-coordinate representation of color #CABAF4: hue angle of 256.55º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABAF4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202186244-
CMYK0.170.2400.04
HSL256.55º72.5%84.31%-
HSV(B)256.55º23.77%95.69%-
XYZ58.2554.2192.98-
YUV197.4154.3131.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 244 (95.70% from 255) = 38.61%
R=31.96%
G=29.43%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021862440.170.2400.04256.5572.584.31
HexCABAF41118041014854
Octal312272364213004401110124
Binary1100101010111010111101001000111000010010000000110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF4; }

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

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

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

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

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

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

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

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