#CCB3E7

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

Shades of Perfume #CCB3E7

Tints of Perfume #CCB3E7

Color information

#CCB3E7 (or 0xCCB3E7) is unknown color: approx Perfume. HEX triplet: CC, B3 and E7. RGB value is (204,179,231). Sum of RGB (Red+Green+Blue) = 204+179+231=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCB3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3E7 is #334C18. Grayscale: #C0C0C0. Windows color (decimal): -3361817 or 15184844. OLE color: 15184844.

HSL color Cylindrical-coordinate representation of color #CCB3E7: hue angle of 268.85º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB3E7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204179231-
CMYK0.120.2300.09
HSL268.85º52%80.39%-
HSV(B)268.85º22.51%90.59%-
XYZ55.4550.8582.49-
YUV192.4149.78136.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 231 (90.62% from 255) = 37.62%
R=33.22%
G=29.15%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041792310.120.2300.09268.855280.39
HexCCB3E7C170910d3450
Octal314263347142701141564120
Binary110011001011001111100111110010111010011000011011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3E7; }

 p { color: rgb(204,179,231); }

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

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

 a { background-color: rgb(204,179,231); }

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

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

 span { border-color: rgb(204,179,231); }

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