#CABEF1

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

Shades of Melrose #CABEF1

Tints of Melrose #CABEF1

Color information

#CABEF1 (or 0xCABEF1) is unknown color: approx Melrose. HEX triplet: CA, BE and F1. RGB value is (202,190,241). Sum of RGB (Red+Green+Blue) = 202+190+241=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF1 is #35410E. Grayscale: #C7C7C7. Windows color (decimal): -3490063 or 15843018. OLE color: 15843018.

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

Color convert

RGB202190241-
CMYK0.160.2100.05
HSL254.12º64.56%84.51%-
HSV(B)254.12º21.16%94.51%-
XYZ58.6555.7390.89-
YUV199.4151.48129.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=31.91%
G=30.02%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021902410.160.2100.05254.1264.5684.51
HexCABEF1101505fe4155
Octal312276361202505376101125
Binary110010101011111011110001100001010101011111111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF1; }

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

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

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

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

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

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

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

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