#CCB6E2

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

Shades of Perfume #CCB6E2

Tints of Perfume #CCB6E2

Color information

#CCB6E2 (or 0xCCB6E2) is unknown color: approx Perfume. HEX triplet: CC, B6 and E2. RGB value is (204,182,226). Sum of RGB (Red+Green+Blue) = 204+182+226=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCB6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6E2 is #33491D. Grayscale: #C1C1C1. Windows color (decimal): -3361054 or 14857932. OLE color: 14857932.

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

Color convert

RGB204182226-
CMYK0.100.1900.11
HSL270º43.14%80%-
HSV(B)270º19.47%88.63%-
XYZ55.3651.7879.03-
YUV193.59146.29135.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 29.74%
BLUE value IS 226 (88.67% from 255) = 36.93%
R=33.33%
G=29.74%
B=36.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041822260.100.1900.1127043.1480
HexCCB6E2A130B10e2b50
Octal314266342122301341653120
Binary110011001011011011100010101010011010111000011101010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6E2; }

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

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

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

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

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

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

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

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