#CABDEA

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

Shades of Melrose #CABDEA

Tints of Melrose #CABDEA

Color information

#CABDEA (or 0xCABDEA) is unknown color: approx Melrose. HEX triplet: CA, BD and EA. RGB value is (202,189,234). Sum of RGB (Red+Green+Blue) = 202+189+234=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEA is #354215. Grayscale: #C5C5C5. Windows color (decimal): -3490326 or 15384010. OLE color: 15384010.

HSL color Cylindrical-coordinate representation of color #CABDEA: hue angle of 257.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDEA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202189234-
CMYK0.140.1900.08
HSL257.33º51.72%82.94%-
HSV(B)257.33º19.23%91.76%-
XYZ57.4154.8985.41-
YUV198.02148.31130.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=32.32%
G=30.24%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021892340.140.1900.08257.3351.7282.94
HexCABDEAE13081013453
Octal312275352162301040164123
Binary110010101011110111101010111010011010001000000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDEA; }

 p { color: rgb(202,189,234); }

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

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

 a { background-color: rgb(202,189,234); }

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

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

 span { border-color: rgb(202,189,234); }

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