#CBADF1

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

Shades of Perfume #CBADF1

Tints of Perfume #CBADF1

Color information

#CBADF1 (or 0xCBADF1) is unknown color: approx Perfume. HEX triplet: CB, AD and F1. RGB value is (203,173,241). Sum of RGB (Red+Green+Blue) = 203+173+241=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF1 is #34520E. Grayscale: #BDBDBD. Windows color (decimal): -3428879 or 15838667. OLE color: 15838667.

HSL color Cylindrical-coordinate representation of color #CBADF1: hue angle of 266.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBADF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203173241-
CMYK0.160.2800.05
HSL266.47º70.83%81.18%-
HSV(B)266.47º28.22%94.51%-
XYZ55.4548.9389.74-
YUV189.72156.94137.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=32.90%
G=28.04%
B=39.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031732410.160.2800.05266.4770.8381.18
HexCBADF1101C0510a4751
Octal313255361203405412107121
Binary1100101110101101111100011000011100010110000101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADF1; }

 p { color: rgb(203,173,241); }

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

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

 a { background-color: rgb(203,173,241); }

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

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

 span { border-color: rgb(203,173,241); }

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