#CABFF3

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

Shades of Melrose #CABFF3

Tints of Melrose #CABFF3

Color information

#CABFF3 (or 0xCABFF3) is unknown color: approx Melrose. HEX triplet: CA, BF and F3. RGB value is (202,191,243). Sum of RGB (Red+Green+Blue) = 202+191+243=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF3 is #35400C. Grayscale: #C8C8C8. Windows color (decimal): -3489805 or 15974346. OLE color: 15974346.

HSL color Cylindrical-coordinate representation of color #CABFF3: hue angle of 252.69º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABFF3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202191243-
CMYK0.170.2100.05
HSL252.69º68.42%85.1%-
HSV(B)252.69º21.4%95.29%-
XYZ59.1756.2992.54-
YUV200.22152.14129.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=31.76%
G=30.03%
B=38.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021912430.170.2100.05252.6968.4285.1
HexCABFF3111505fd4455
Octal312277363212505375104125
Binary110010101011111111110011100011010101011111110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFF3; }

 p { color: rgb(202,191,243); }

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

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

 a { background-color: rgb(202,191,243); }

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

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

 span { border-color: rgb(202,191,243); }

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