#cabff2

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

Shades of Melrose #CABFF2

Tints of Melrose #CABFF2

Color information

#CABFF2 (or 0xCABFF2) is unknown color: approx Melrose. HEX triplet: CA, BF and F2. RGB value is (202,191,242). Sum of RGB (Red+Green+Blue) = 202+191+242=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFF2 is #35400D. Grayscale: #C7C7C7. Windows color (decimal): -3489806 or 15908810. OLE color: 15908810.

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

Color convert

RGB202191242-
CMYK0.170.2100.05
HSL252.94º66.23%84.9%-
HSV(B)252.94º21.07%94.9%-
XYZ59.0156.2391.75-
YUV200.1151.64129.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=31.81%
G=30.08%
B=38.11%

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
Decimal2021912420.170.2100.05252.9466.2384.9
HexCABFF2111505fd4255
Octal312277362212505375102125
Binary110010101011111111110010100011010101011111110110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabff2; }

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

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

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

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

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

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

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

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