#CCB1EA

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

Shades of Perfume #CCB1EA

Tints of Perfume #CCB1EA

Color information

#CCB1EA (or 0xCCB1EA) is unknown color: approx Perfume. HEX triplet: CC, B1 and EA. RGB value is (204,177,234). Sum of RGB (Red+Green+Blue) = 204+177+234=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1EA is #334E15. Grayscale: #BFBFBF. Windows color (decimal): -3362326 or 15380940. OLE color: 15380940.

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

Color convert

RGB204177234-
CMYK0.130.2400.08
HSL268.42º57.58%80.59%-
HSV(B)268.42º24.36%91.76%-
XYZ55.4850.2284.61-
YUV191.57151.95136.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=33.17%
G=28.78%
B=38.05%

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
Decimal2041772340.130.2400.08268.4257.5880.59
HexCCB1EAD180810c3a51
Octal314261352153001041472121
Binary110011001011000111101010110111000010001000011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1EA; }

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

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

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

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

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

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

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

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