#CCB3E8

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

Shades of Perfume #CCB3E8

Tints of Perfume #CCB3E8

Color information

#CCB3E8 (or 0xCCB3E8) is unknown color: approx Perfume. HEX triplet: CC, B3 and E8. RGB value is (204,179,232). Sum of RGB (Red+Green+Blue) = 204+179+232=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3E8 is #334C17. Grayscale: #C0C0C0. Windows color (decimal): -3361816 or 15250380. OLE color: 15250380.

HSL color Cylindrical-coordinate representation of color #CCB3E8: hue angle of 268.3º degrees, saturation: 0.54, 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 #CCB3E8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204179232-
CMYK0.120.2300.09
HSL268.3º53.54%80.59%-
HSV(B)268.3º22.84%90.98%-
XYZ55.5950.983.24-
YUV192.52150.28136.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=33.17%
G=29.11%
B=37.72%

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
Decimal2041792320.120.2300.09268.353.5480.59
HexCCB3E8C170910c3651
Octal314263350142701141466121
Binary110011001011001111101000110010111010011000011001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3E8; }

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

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

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

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

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

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

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

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