#CCB2EB

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

Shades of Perfume #CCB2EB

Tints of Perfume #CCB2EB

Color information

#CCB2EB (or 0xCCB2EB) is unknown color: approx Perfume. HEX triplet: CC, B2 and EB. RGB value is (204,178,235). Sum of RGB (Red+Green+Blue) = 204+178+235=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EB is #334D14. Grayscale: #C0C0C0. Windows color (decimal): -3362069 or 15446732. OLE color: 15446732.

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

Color convert

RGB204178235-
CMYK0.130.2400.08
HSL267.37º58.76%80.98%-
HSV(B)267.37º24.26%92.16%-
XYZ55.8250.6885.44-
YUV192.27152.11136.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=33.06%
G=28.85%
B=38.09%

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
Decimal2041782350.130.2400.08267.3758.7680.98
HexCCB2EBD180810b3b51
Octal314262353153001041373121
Binary110011001011001011101011110111000010001000010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2EB; }

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

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

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

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

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

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

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

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