#CDAFEB

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

Shades of Perfume #CDAFEB

Tints of Perfume #CDAFEB

Color information

#CDAFEB (or 0xCDAFEB) is unknown color: approx Perfume. HEX triplet: CD, AF and EB. RGB value is (205,175,235). Sum of RGB (Red+Green+Blue) = 205+175+235=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFEB is #325014. Grayscale: #BEBEBE. Windows color (decimal): -3297301 or 15445965. OLE color: 15445965.

HSL color Cylindrical-coordinate representation of color #CDAFEB: hue angle of 270º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDAFEB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205175235-
CMYK0.130.2600.08
HSL270º60%80.39%-
HSV(B)270º25.53%92.16%-
XYZ55.549.6485.25-
YUV190.81152.94138.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=33.33%
G=28.46%
B=38.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051752350.130.2600.082706080.39
HexCDAFEBD1A0810e3c50
Octal315257353153201041674120
Binary110011011010111111101011110111010010001000011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFEB; }

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

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

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

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

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

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

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

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