#CABDE9

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

Shades of Melrose #CABDE9

Tints of Melrose #CABDE9

Color information

#CABDE9 (or 0xCABDE9) is unknown color: approx Melrose. HEX triplet: CA, BD and E9. RGB value is (202,189,233). Sum of RGB (Red+Green+Blue) = 202+189+233=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE9 is #354216. Grayscale: #C5C5C5. Windows color (decimal): -3490327 or 15318474. OLE color: 15318474.

HSL color Cylindrical-coordinate representation of color #CABDE9: hue angle of 257.73º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDE9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202189233-
CMYK0.130.1900.09
HSL257.73º50%82.75%-
HSV(B)257.73º18.88%91.37%-
XYZ57.2654.8384.66-
YUV197.9147.81130.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=32.37%
G=30.29%
B=37.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021892330.130.1900.09257.735082.75
HexCABDE9D13091023253
Octal312275351152301140262123
Binary110010101011110111101001110110011010011000000101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE9; }

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

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

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

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

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

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

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

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