#CCB6E4

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

Shades of Perfume #CCB6E4

Tints of Perfume #CCB6E4

Color information

#CCB6E4 (or 0xCCB6E4) is unknown color: approx Perfume. HEX triplet: CC, B6 and E4. RGB value is (204,182,228). Sum of RGB (Red+Green+Blue) = 204+182+228=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCB6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6E4 is #33491B. Grayscale: #C1C1C1. Windows color (decimal): -3361052 or 14989004. OLE color: 14989004.

HSL color Cylindrical-coordinate representation of color #CCB6E4: hue angle of 268.7º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB6E4 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204182228-
CMYK0.110.2000.11
HSL268.7º46%80.39%-
HSV(B)268.7º20.18%89.41%-
XYZ55.6351.8980.48-
YUV193.82147.29135.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=33.22%
G=29.64%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041822280.110.2000.11268.74680.39
HexCCB6E4B140B10d2e50
Octal314266344132401341556120
Binary110011001011011011100100101110100010111000011011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6E4; }

 p { color: rgb(204,182,228); }

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

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

 a { background-color: rgb(204,182,228); }

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

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

 span { border-color: rgb(204,182,228); }

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