#CDB0EE

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

Shades of Perfume #CDB0EE

Tints of Perfume #CDB0EE

Color information

#CDB0EE (or 0xCDB0EE) is unknown color: approx Perfume. HEX triplet: CD, B0 and EE. RGB value is (205,176,238). Sum of RGB (Red+Green+Blue) = 205+176+238=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0EE is #324F11. Grayscale: #BFBFBF. Windows color (decimal): -3297042 or 15642829. OLE color: 15642829.

HSL color Cylindrical-coordinate representation of color #CDB0EE: hue angle of 268.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB0EE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205176238-
CMYK0.140.2600.07
HSL268.06º64.58%81.18%-
HSV(B)268.06º26.05%93.33%-
XYZ56.1350.287.62-
YUV191.74154.11137.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=33.12%
G=28.43%
B=38.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051762380.140.2600.07268.0664.5881.18
HexCDB0EEE1A0710c4151
Octal315260356163207414101121
Binary110011011011000011101110111011010011110000110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0EE; }

 p { color: rgb(205,176,238); }

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

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

 a { background-color: rgb(205,176,238); }

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

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

 span { border-color: rgb(205,176,238); }

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