#CABFE7

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

Shades of Melrose #CABFE7

Tints of Melrose #CABFE7

Color information

#CABFE7 (or 0xCABFE7) is unknown color: approx Melrose. HEX triplet: CA, BF and E7. RGB value is (202,191,231). Sum of RGB (Red+Green+Blue) = 202+191+231=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #CABFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFE7 is #354018. Grayscale: #C6C6C6. Windows color (decimal): -3489817 or 15187914. OLE color: 15187914.

HSL color Cylindrical-coordinate representation of color #CABFE7: hue angle of 256.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABFE7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202191231-
CMYK0.130.1700.09
HSL256.5º45.45%82.75%-
HSV(B)256.5º17.32%90.59%-
XYZ57.4155.5983.3-
YUV198.85146.14130.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=32.37%
G=30.61%
B=37.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021912310.130.1700.09256.545.4582.75
HexCABFE7D11091002d53
Octal312277347152101140055123
Binary110010101011111111100111110110001010011000000001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFE7; }

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

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

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

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

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

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

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

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