#CABAEE

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

Shades of Melrose #CABAEE

Tints of Melrose #CABAEE

Color information

#CABAEE (or 0xCABAEE) is unknown color: approx Melrose. HEX triplet: CA, BA and EE. RGB value is (202,186,238). Sum of RGB (Red+Green+Blue) = 202+186+238=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAEE is #354511. Grayscale: #C4C4C4. Windows color (decimal): -3491090 or 15645386. OLE color: 15645386.

HSL color Cylindrical-coordinate representation of color #CABAEE: hue angle of 258.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABAEE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202186238-
CMYK0.150.2200.07
HSL258.46º60.47%83.14%-
HSV(B)258.46º21.85%93.33%-
XYZ57.3553.8588.26-
YUV196.71151.3131.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=32.27%
G=29.71%
B=38.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021862380.150.2200.07258.4660.4783.14
HexCABAEEF16071023c53
Octal31227235617260740274123
Binary11001010101110101110111011111011001111000000101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAEE; }

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

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

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

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

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

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

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

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