#CCB3EB

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

Shades of Perfume #CCB3EB

Tints of Perfume #CCB3EB

Color information

#CCB3EB (or 0xCCB3EB) is unknown color: approx Perfume. HEX triplet: CC, B3 and EB. RGB value is (204,179,235). Sum of RGB (Red+Green+Blue) = 204+179+235=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EB is #334C14. Grayscale: #C0C0C0. Windows color (decimal): -3361813 or 15446988. OLE color: 15446988.

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

Color convert

RGB204179235-
CMYK0.130.2400.08
HSL266.79º58.33%81.18%-
HSV(B)266.79º23.83%92.16%-
XYZ56.0251.0885.5-
YUV192.86151.78135.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=33.01%
G=28.96%
B=38.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041792350.130.2400.08266.7958.3381.18
HexCCB3EBD180810b3a51
Octal314263353153001041372121
Binary110011001011001111101011110111000010001000010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3EB; }

 p { color: rgb(204,179,235); }

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

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

 a { background-color: rgb(204,179,235); }

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

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

 span { border-color: rgb(204,179,235); }

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