#CDB3E8

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

Shades of Perfume #CDB3E8

Tints of Perfume #CDB3E8

Color information

#CDB3E8 (or 0xCDB3E8) is unknown color: approx Perfume. HEX triplet: CD, B3 and E8. RGB value is (205,179,232). Sum of RGB (Red+Green+Blue) = 205+179+232=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3E8 is #324C17. Grayscale: #C0C0C0. Windows color (decimal): -3296280 or 15250381. OLE color: 15250381.

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

Color convert

RGB205179232-
CMYK0.120.2300.09
HSL269.43º53.54%80.59%-
HSV(B)269.43º22.84%90.98%-
XYZ55.8651.0583.25-
YUV192.82150.11136.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=33.28%
G=29.06%
B=37.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051792320.120.2300.09269.4353.5480.59
HexCDB3E8C170910d3651
Octal315263350142701141566121
Binary110011011011001111101000110010111010011000011011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3E8; }

 p { color: rgb(205,179,232); }

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

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

 a { background-color: rgb(205,179,232); }

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

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

 span { border-color: rgb(205,179,232); }

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