#CABFDC

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

Shades of Melrose #CABFDC

Tints of Melrose #CABFDC

Color information

#CABFDC (or 0xCABFDC) is unknown color: approx Melrose. HEX triplet: CA, BF and DC. RGB value is (202,191,220). Sum of RGB (Red+Green+Blue) = 202+191+220=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFDC is #354023. Grayscale: #C5C5C5. Windows color (decimal): -3489828 or 14467018. OLE color: 14467018.

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

Color convert

RGB202191220-
CMYK0.080.1300.14
HSL262.76º29.29%80.59%-
HSV(B)262.76º13.18%86.27%-
XYZ55.9154.9975.38-
YUV197.6140.64131.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=32.95%
G=31.16%
B=35.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021912200.080.1300.14262.7629.2980.59
HexCABFDC8D0E1071d51
Octal312277334101501640735121
Binary1100101010111111110111001000110101110100000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFDC; }

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

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

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

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

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

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

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

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