#CBADE9

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

Shades of Perfume #CBADE9

Tints of Perfume #CBADE9

Color information

#CBADE9 (or 0xCBADE9) is unknown color: approx Perfume. HEX triplet: CB, AD and E9. RGB value is (203,173,233). Sum of RGB (Red+Green+Blue) = 203+173+233=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE9 is #345216. Grayscale: #BCBCBC. Windows color (decimal): -3428887 or 15314379. OLE color: 15314379.

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

Color convert

RGB203173233-
CMYK0.130.2600.09
HSL270º57.69%79.61%-
HSV(B)270º25.75%91.37%-
XYZ54.2848.4783.58-
YUV188.81152.94138.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=33.33%
G=28.41%
B=38.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031732330.130.2600.0927057.6979.61
HexCBADE9D1A0910e3a50
Octal313255351153201141672120
Binary110010111010110111101001110111010010011000011101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADE9; }

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

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

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

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

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

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

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

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