#CFB2E9

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

Shades of Perfume #CFB2E9

Tints of Perfume #CFB2E9

Color information

#CFB2E9 (or 0xCFB2E9) is unknown color: approx Perfume. HEX triplet: CF, B2 and E9. RGB value is (207,178,233). Sum of RGB (Red+Green+Blue) = 207+178+233=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2E9 is #304D16. Grayscale: #C0C0C0. Windows color (decimal): -3165463 or 15315663. OLE color: 15315663.

HSL color Cylindrical-coordinate representation of color #CFB2E9: hue angle of 271.64º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB2E9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207178233-
CMYK0.110.2400.09
HSL271.64º55.56%80.59%-
HSV(B)271.64º23.61%91.37%-
XYZ56.3650.9983.96-
YUV192.94150.61138.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=33.50%
G=28.80%
B=37.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071782330.110.2400.09271.6455.5680.59
HexCFB2E9B18091103851
Octal317262351133001142070121
Binary110011111011001011101001101111000010011000100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2E9; }

 p { color: rgb(207,178,233); }

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

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

 a { background-color: rgb(207,178,233); }

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

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

 span { border-color: rgb(207,178,233); }

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