#CCB3EA

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

Shades of Perfume #CCB3EA

Tints of Perfume #CCB3EA

Color information

#CCB3EA (or 0xCCB3EA) is unknown color: approx Perfume. HEX triplet: CC, B3 and EA. RGB value is (204,179,234). Sum of RGB (Red+Green+Blue) = 204+179+234=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EA is #334C15. Grayscale: #C0C0C0. Windows color (decimal): -3361814 or 15381452. OLE color: 15381452.

HSL color Cylindrical-coordinate representation of color #CCB3EA: hue angle of 267.27º degrees, saturation: 0.57, 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 #CCB3EA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204179234-
CMYK0.130.2400.08
HSL267.27º56.7%80.98%-
HSV(B)267.27º23.5%91.76%-
XYZ55.8751.0284.74-
YUV192.74151.28136.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=33.06%
G=29.01%
B=37.93%

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
Decimal2041792340.130.2400.08267.2756.780.98
HexCCB3EAD180810b3951
Octal314263352153001041371121
Binary110011001011001111101010110111000010001000010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3EA; }

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

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

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

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

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

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

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

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