#CDB1EE

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

Shades of Perfume #CDB1EE

Tints of Perfume #CDB1EE

Color information

#CDB1EE (or 0xCDB1EE) is unknown color: approx Perfume. HEX triplet: CD, B1 and EE. RGB value is (205,177,238). Sum of RGB (Red+Green+Blue) = 205+177+238=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDB1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1EE is #324E11. Grayscale: #C0C0C0. Windows color (decimal): -3296786 or 15643085. OLE color: 15643085.

HSL color Cylindrical-coordinate representation of color #CDB1EE: hue angle of 267.54º degrees, saturation: 0.64, 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 #CDB1EE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205177238-
CMYK0.140.2600.07
HSL267.54º64.21%81.37%-
HSV(B)267.54º25.63%93.33%-
XYZ56.3350.687.69-
YUV192.33153.78137.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=33.06%
G=28.55%
B=38.39%

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
Decimal2051772380.140.2600.07267.5464.2181.37
HexCDB1EEE1A0710c4051
Octal315261356163207414100121
Binary110011011011000111101110111011010011110000110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1EE; }

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

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

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

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

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

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

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

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