#CDB4E1

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

Shades of Perfume #CDB4E1

Tints of Perfume #CDB4E1

Color information

#CDB4E1 (or 0xCDB4E1) is unknown color: approx Perfume. HEX triplet: CD, B4 and E1. RGB value is (205,180,225). Sum of RGB (Red+Green+Blue) = 205+180+225=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDB4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4E1 is #324B1E. Grayscale: #C0C0C0. Windows color (decimal): -3296031 or 14791885. OLE color: 14791885.

HSL color Cylindrical-coordinate representation of color #CDB4E1: hue angle of 273.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB4E1 is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205180225-
CMYK0.090.200.12
HSL273.33º42.86%79.41%-
HSV(B)273.33º20%88.24%-
XYZ55.0951.0678.19-
YUV192.6146.28136.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=33.61%
G=29.51%
B=36.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051802250.090.200.12273.3342.8679.41
HexCDB4E19140C1112b4f
Octal315264341112401442153117
Binary110011011011010011100001100110100011001000100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4E1; }

 p { color: rgb(205,180,225); }

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

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

 a { background-color: rgb(205,180,225); }

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

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

 span { border-color: rgb(205,180,225); }

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