#CABEE1

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

Shades of Melrose #CABEE1

Tints of Melrose #CABEE1

Color information

#CABEE1 (or 0xCABEE1) is unknown color: approx Melrose. HEX triplet: CA, BE and E1. RGB value is (202,190,225). Sum of RGB (Red+Green+Blue) = 202+190+225=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE1 is #35411E. Grayscale: #C5C5C5. Windows color (decimal): -3490079 or 14794442. OLE color: 14794442.

HSL color Cylindrical-coordinate representation of color #CABEE1: hue angle of 260.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABEE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202190225-
CMYK0.100.1600.12
HSL260.57º36.84%81.37%-
HSV(B)260.57º15.56%88.24%-
XYZ56.3654.8278.84-
YUV197.58143.48131.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=32.74%
G=30.79%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021902250.100.1600.12260.5736.8481.37
HexCABEE1A100C1052551
Octal312276341122001440545121
Binary110010101011111011100001101010000011001000001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE1; }

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

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

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

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

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

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

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

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