#CDAFEE

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

Shades of Perfume #CDAFEE

Tints of Perfume #CDAFEE

Color information

#CDAFEE (or 0xCDAFEE) is unknown color: approx Perfume. HEX triplet: CD, AF and EE. RGB value is (205,175,238). Sum of RGB (Red+Green+Blue) = 205+175+238=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFEE is #325011. Grayscale: #BEBEBE. Windows color (decimal): -3297298 or 15642573. OLE color: 15642573.

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

Color convert

RGB205175238-
CMYK0.140.2600.07
HSL268.57º64.95%80.98%-
HSV(B)268.57º26.47%93.33%-
XYZ55.9449.8187.56-
YUV191.15154.44137.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=33.17%
G=28.32%
B=38.51%

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
Decimal2051752380.140.2600.07268.5764.9580.98
HexCDAFEEE1A0710d4151
Octal315257356163207415101121
Binary110011011010111111101110111011010011110000110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFEE; }

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

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

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

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

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

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

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

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