#CCB3E9

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

Shades of Perfume #CCB3E9

Tints of Perfume #CCB3E9

Color information

#CCB3E9 (or 0xCCB3E9) is unknown color: approx Perfume. HEX triplet: CC, B3 and E9. RGB value is (204,179,233). Sum of RGB (Red+Green+Blue) = 204+179+233=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3E9 is #334C16. Grayscale: #C0C0C0. Windows color (decimal): -3361815 or 15315916. OLE color: 15315916.

HSL color Cylindrical-coordinate representation of color #CCB3E9: hue angle of 267.78º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB3E9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204179233-
CMYK0.120.2300.09
HSL267.78º55.1%80.78%-
HSV(B)267.78º23.18%91.37%-
XYZ55.7350.9683.99-
YUV192.63150.78136.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=33.12%
G=29.06%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041792330.120.2300.09267.7855.180.78
HexCCB3E9C170910c3751
Octal314263351142701141467121
Binary110011001011001111101001110010111010011000011001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3E9; }

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

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

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

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

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

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

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

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