#CDB2EB

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

Shades of Perfume #CDB2EB

Tints of Perfume #CDB2EB

Color information

#CDB2EB (or 0xCDB2EB) is unknown color: approx Perfume. HEX triplet: CD, B2 and EB. RGB value is (205,178,235). Sum of RGB (Red+Green+Blue) = 205+178+235=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2EB is #324D14. Grayscale: #C0C0C0. Windows color (decimal): -3296533 or 15446733. OLE color: 15446733.

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

Color convert

RGB205178235-
CMYK0.130.2400.08
HSL268.42º58.76%80.98%-
HSV(B)268.42º24.26%92.16%-
XYZ56.0950.8285.45-
YUV192.57151.95136.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=33.17%
G=28.80%
B=38.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051782350.130.2400.08268.4258.7680.98
HexCDB2EBD180810c3b51
Octal315262353153001041473121
Binary110011011011001011101011110111000010001000011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2EB; }

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

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

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

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

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

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

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

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