#CCB0ED

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

Shades of Perfume #CCB0ED

Tints of Perfume #CCB0ED

Color information

#CCB0ED (or 0xCCB0ED) is unknown color: approx Perfume. HEX triplet: CC, B0 and ED. RGB value is (204,176,237). Sum of RGB (Red+Green+Blue) = 204+176+237=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0ED is #334F12. Grayscale: #BFBFBF. Windows color (decimal): -3362579 or 15577292. OLE color: 15577292.

HSL color Cylindrical-coordinate representation of color #CCB0ED: hue angle of 267.54º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB0ED is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204176237-
CMYK0.140.2600.07
HSL267.54º62.89%80.98%-
HSV(B)267.54º25.74%92.94%-
XYZ55.715086.84-
YUV191.33153.78137.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=33.06%
G=28.53%
B=38.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041762370.140.2600.07267.5462.8980.98
HexCCB0EDE1A0710c3f51
Octal31426035516320741477121
Binary11001100101100001110110111101101001111000011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0ED; }

 p { color: rgb(204,176,237); }

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

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

 a { background-color: rgb(204,176,237); }

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

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

 span { border-color: rgb(204,176,237); }

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