#CABCDE

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

Shades of Melrose #CABCDE

Tints of Melrose #CABCDE

Color information

#CABCDE (or 0xCABCDE) is unknown color: approx Melrose. HEX triplet: CA, BC and DE. RGB value is (202,188,222). Sum of RGB (Red+Green+Blue) = 202+188+222=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDE is #354321. Grayscale: #C3C3C3. Windows color (decimal): -3490594 or 14597322. OLE color: 14597322.

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

Color convert

RGB202188222-
CMYK0.090.1500.13
HSL264.71º34%80.39%-
HSV(B)264.71º15.32%87.06%-
XYZ55.5353.876.56-
YUV196.06142.64132.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=33.01%
G=30.72%
B=36.27%

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
Decimal2021882220.090.1500.13264.713480.39
HexCABCDE9F0D1092250
Octal312274336111701541142120
Binary11001010101111001101111010011111011011000010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCDE; }

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

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

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

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

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

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

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

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