#CFB1EB

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

Shades of Perfume #CFB1EB

Tints of Perfume #CFB1EB

Color information

#CFB1EB (or 0xCFB1EB) is unknown color: approx Perfume. HEX triplet: CF, B1 and EB. RGB value is (207,177,235). Sum of RGB (Red+Green+Blue) = 207+177+235=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1EB is #304E14. Grayscale: #C0C0C0. Windows color (decimal): -3165717 or 15446479. OLE color: 15446479.

HSL color Cylindrical-coordinate representation of color #CFB1EB: hue angle of 271.03º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB1EB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207177235-
CMYK0.120.2500.08
HSL271.03º59.18%80.78%-
HSV(B)271.03º24.68%92.16%-
XYZ56.4550.7185.41-
YUV192.58151.94138.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=33.44%
G=28.59%
B=37.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071772350.120.2500.08271.0359.1880.78
HexCFB1EBC190810f3b51
Octal317261353143101041773121
Binary110011111011000111101011110011001010001000011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1EB; }

 p { color: rgb(207,177,235); }

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

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

 a { background-color: rgb(207,177,235); }

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

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

 span { border-color: rgb(207,177,235); }

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