#CABDE2

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

Shades of Melrose #CABDE2

Tints of Melrose #CABDE2

Color information

#CABDE2 (or 0xCABDE2) is unknown color: approx Melrose. HEX triplet: CA, BD and E2. RGB value is (202,189,226). Sum of RGB (Red+Green+Blue) = 202+189+226=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #CABDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE2 is #35421D. Grayscale: #C4C4C4. Windows color (decimal): -3490334 or 14859722. OLE color: 14859722.

HSL color Cylindrical-coordinate representation of color #CABDE2: hue angle of 261.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABDE2 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202189226-
CMYK0.110.1600.11
HSL261.08º38.95%81.37%-
HSV(B)261.08º16.37%88.63%-
XYZ56.2854.4479.49-
YUV197.1144.31131.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=32.74%
G=30.63%
B=36.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021892260.110.1600.11261.0838.9581.37
HexCABDE2B100B1052751
Octal312275342132001340547121
Binary110010101011110111100010101110000010111000001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDE2; }

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

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

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

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

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

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

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

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