#CCB4E0

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

Shades of Perfume #CCB4E0

Tints of Perfume #CCB4E0

Color information

#CCB4E0 (or 0xCCB4E0) is unknown color: approx Perfume. HEX triplet: CC, B4 and E0. RGB value is (204,180,224). Sum of RGB (Red+Green+Blue) = 204+180+224=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCB4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4E0 is #334B1F. Grayscale: #C0C0C0. Windows color (decimal): -3361568 or 14726348. OLE color: 14726348.

HSL color Cylindrical-coordinate representation of color #CCB4E0: hue angle of 272.73º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB4E0 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204180224-
CMYK0.090.2000.12
HSL272.73º41.51%79.22%-
HSV(B)272.73º19.64%87.84%-
XYZ54.6850.8677.46-
YUV192.19145.95136.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=33.55%
G=29.61%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041802240.090.2000.12272.7341.5179.22
HexCCB4E09140C1112a4f
Octal314264340112401442152117
Binary110011001011010011100000100110100011001000100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4E0; }

 p { color: rgb(204,180,224); }

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

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

 a { background-color: rgb(204,180,224); }

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

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

 span { border-color: rgb(204,180,224); }

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