#CABDDE

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

Shades of Melrose #CABDDE

Tints of Melrose #CABDDE

Color information

#CABDDE (or 0xCABDDE) is unknown color: approx Melrose. HEX triplet: CA, BD and DE. RGB value is (202,189,222). Sum of RGB (Red+Green+Blue) = 202+189+222=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDE is #354221. Grayscale: #C4C4C4. Windows color (decimal): -3490338 or 14597578. OLE color: 14597578.

HSL color Cylindrical-coordinate representation of color #CABDDE: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABDDE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202189222-
CMYK0.090.1500.13
HSL263.64º33.33%80.59%-
HSV(B)263.64º14.86%87.06%-
XYZ55.7454.2376.64-
YUV196.65142.31131.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=32.95%
G=30.83%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021892220.090.1500.13263.6433.3380.59
HexCABDDE9F0D1082151
Octal312275336111701541041121
Binary11001010101111011101111010011111011011000010001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDDE; }

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

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

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

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

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

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

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

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