#CABEE0

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

Shades of Melrose #CABEE0

Tints of Melrose #CABEE0

Color information

#CABEE0 (or 0xCABEE0) is unknown color: approx Melrose. HEX triplet: CA, BE and E0. RGB value is (202,190,224). Sum of RGB (Red+Green+Blue) = 202+190+224=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE0 is #35411F. Grayscale: #C5C5C5. Windows color (decimal): -3490080 or 14728906. OLE color: 14728906.

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

Color convert

RGB202190224-
CMYK0.100.1500.12
HSL261.18º35.42%81.18%-
HSV(B)261.18º15.18%87.84%-
XYZ56.2354.7778.13-
YUV197.46142.98131.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=32.79%
G=30.84%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021902240.100.1500.12261.1835.4281.18
HexCABEE0AF0C1052351
Octal312276340121701440543121
Binary11001010101111101110000010101111011001000001011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE0; }

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

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

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

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

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

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

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

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