#CABEDA

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

Shades of Melrose #CABEDA

Tints of Melrose #CABEDA

Color information

#CABEDA (or 0xCABEDA) is unknown color: approx Melrose. HEX triplet: CA, BE and DA. RGB value is (202,190,218). Sum of RGB (Red+Green+Blue) = 202+190+218=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDA is #354125. Grayscale: #C4C4C4. Windows color (decimal): -3490086 or 14335690. OLE color: 14335690.

HSL color Cylindrical-coordinate representation of color #CABEDA: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABEDA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202190218-
CMYK0.070.1300.15
HSL265.71º27.45%80%-
HSV(B)265.71º12.84%85.49%-
XYZ55.4354.4573.92-
YUV196.78139.98131.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=33.11%
G=31.15%
B=35.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021902180.070.1300.15265.7127.4580
HexCABEDA7D0F10a1b50
Octal31227633271501741233120
Binary110010101011111011011010111110101111100001010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEDA; }

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

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

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

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

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

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

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

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