#CABDE0

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

Shades of Melrose #CABDE0

Tints of Melrose #CABDE0

Color information

#CABDE0 (or 0xCABDE0) is unknown color: approx Melrose. HEX triplet: CA, BD and E0. RGB value is (202,189,224). Sum of RGB (Red+Green+Blue) = 202+189+224=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE0 is #35421F. Grayscale: #C4C4C4. Windows color (decimal): -3490336 or 14728650. OLE color: 14728650.

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

Color convert

RGB202189224-
CMYK0.100.1600.12
HSL262.29º36.08%80.98%-
HSV(B)262.29º15.62%87.84%-
XYZ56.0154.3378.06-
YUV196.88143.31131.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=32.85%
G=30.73%
B=36.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021892240.100.1600.12262.2936.0880.98
HexCABDE0A100C1062451
Octal312275340122001440644121
Binary110010101011110111100000101010000011001000001101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE0; }

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

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

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

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

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

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

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

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