#CDB1EB

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

Shades of Perfume #CDB1EB

Tints of Perfume #CDB1EB

Color information

#CDB1EB (or 0xCDB1EB) is unknown color: approx Perfume. HEX triplet: CD, B1 and EB. RGB value is (205,177,235). Sum of RGB (Red+Green+Blue) = 205+177+235=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1EB is #324E14. Grayscale: #BFBFBF. Windows color (decimal): -3296789 or 15446477. OLE color: 15446477.

HSL color Cylindrical-coordinate representation of color #CDB1EB: hue angle of 268.97º 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 #CDB1EB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205177235-
CMYK0.130.2500.08
HSL268.97º59.18%80.78%-
HSV(B)268.97º24.68%92.16%-
XYZ55.8950.4285.38-
YUV191.98152.28137.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=33.23%
G=28.69%
B=38.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051772350.130.2500.08268.9759.1880.78
HexCDB1EBD190810d3b51
Octal315261353153101041573121
Binary110011011011000111101011110111001010001000011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1EB; }

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

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

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

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

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

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

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

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