#CABDDC

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

Shades of Melrose #CABDDC

Tints of Melrose #CABDDC

Color information

#CABDDC (or 0xCABDDC) is unknown color: approx Melrose. HEX triplet: CA, BD and DC. RGB value is (202,189,220). Sum of RGB (Red+Green+Blue) = 202+189+220=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDC is #354223. Grayscale: #C4C4C4. Windows color (decimal): -3490340 or 14466506. OLE color: 14466506.

HSL color Cylindrical-coordinate representation of color #CABDDC: hue angle of 265.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABDDC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202189220-
CMYK0.080.1400.14
HSL265.16º30.69%80.2%-
HSV(B)265.16º14.09%86.27%-
XYZ55.4754.1275.23-
YUV196.42141.31131.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=33.06%
G=30.93%
B=36.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021892200.080.1400.14265.1630.6980.2
HexCABDDC8E0E1091f50
Octal312275334101601641137120
Binary1100101010111101110111001000111001110100001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDDC; }

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

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

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

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

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

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

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

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