#CABAE4

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

Shades of Melrose #CABAE4

Tints of Melrose #CABAE4

Color information

#CABAE4 (or 0xCABAE4) is unknown color: approx Melrose. HEX triplet: CA, BA and E4. RGB value is (202,186,228). Sum of RGB (Red+Green+Blue) = 202+186+228=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAE4 is #35451B. Grayscale: #C3C3C3. Windows color (decimal): -3491100 or 14990026. OLE color: 14990026.

HSL color Cylindrical-coordinate representation of color #CABAE4: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABAE4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202186228-
CMYK0.110.1800.11
HSL262.86º43.75%81.18%-
HSV(B)262.86º18.42%89.41%-
XYZ55.9253.2880.73-
YUV195.57146.3132.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=32.79%
G=30.19%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021862280.110.1800.11262.8643.7581.18
HexCABAE4B120B1072c51
Octal312272344132201340754121
Binary110010101011101011100100101110010010111000001111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAE4; }

 p { color: rgb(202,186,228); }

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

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

 a { background-color: rgb(202,186,228); }

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

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

 span { border-color: rgb(202,186,228); }

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