#CCB1EB

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

Shades of Perfume #CCB1EB

Tints of Perfume #CCB1EB

Color information

#CCB1EB (or 0xCCB1EB) is unknown color: approx Perfume. HEX triplet: CC, B1 and EB. RGB value is (204,177,235). Sum of RGB (Red+Green+Blue) = 204+177+235=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1EB is #334E14. Grayscale: #BFBFBF. Windows color (decimal): -3362325 or 15446476. OLE color: 15446476.

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

Color convert

RGB204177235-
CMYK0.130.2500.08
HSL267.93º59.18%80.78%-
HSV(B)267.93º24.68%92.16%-
XYZ55.6250.2885.37-
YUV191.68152.45136.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=33.12%
G=28.73%
B=38.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041772350.130.2500.08267.9359.1880.78
HexCCB1EBD190810c3b51
Octal314261353153101041473121
Binary110011001011000111101011110111001010001000011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1EB; }

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

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

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

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

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

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

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

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