#CDB1EA

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

Shades of Perfume #CDB1EA

Tints of Perfume #CDB1EA

Color information

#CDB1EA (or 0xCDB1EA) is unknown color: approx Perfume. HEX triplet: CD, B1 and EA. RGB value is (205,177,234). Sum of RGB (Red+Green+Blue) = 205+177+234=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1EA is #324E15. Grayscale: #BFBFBF. Windows color (decimal): -3296790 or 15380941. OLE color: 15380941.

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

Color convert

RGB205177234-
CMYK0.120.2400.08
HSL269.47º57.58%80.59%-
HSV(B)269.47º24.36%91.76%-
XYZ55.7550.3684.62-
YUV191.87151.78137.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=33.28%
G=28.73%
B=37.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051772340.120.2400.08269.4757.5880.59
HexCDB1EAC180810d3a51
Octal315261352143001041572121
Binary110011011011000111101010110011000010001000011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1EA; }

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

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

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

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

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

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

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

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