#CDAFF0

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

Shades of Perfume #CDAFF0

Tints of Perfume #CDAFF0

Color information

#CDAFF0 (or 0xCDAFF0) is unknown color: approx Perfume. HEX triplet: CD, AF and F0. RGB value is (205,175,240). Sum of RGB (Red+Green+Blue) = 205+175+240=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF0 is #32500F. Grayscale: #BFBFBF. Windows color (decimal): -3297296 or 15773645. OLE color: 15773645.

HSL color Cylindrical-coordinate representation of color #CDAFF0: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDAFF0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205175240-
CMYK0.150.2700.06
HSL267.69º68.42%81.37%-
HSV(B)267.69º27.08%94.12%-
XYZ56.2349.9389.11-
YUV191.38155.44137.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=33.06%
G=28.23%
B=38.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051752400.150.2700.06267.6968.4281.37
HexCDAFF0F1B0610c4451
Octal315257360173306414104121
Binary110011011010111111110000111111011011010000110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF0; }

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

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

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

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

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

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

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

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