#CDAFF2

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

Shades of Perfume #CDAFF2

Tints of Perfume #CDAFF2

Color information

#CDAFF2 (or 0xCDAFF2) is unknown color: approx Perfume. HEX triplet: CD, AF and F2. RGB value is (205,175,242). Sum of RGB (Red+Green+Blue) = 205+175+242=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF2 is #32500D. Grayscale: #BFBFBF. Windows color (decimal): -3297294 or 15904717. OLE color: 15904717.

HSL color Cylindrical-coordinate representation of color #CDAFF2: hue angle of 266.87º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAFF2 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205175242-
CMYK0.150.2800.05
HSL266.87º72.04%81.76%-
HSV(B)266.87º27.69%94.9%-
XYZ56.5350.0590.69-
YUV191.61156.44137.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=32.96%
G=28.14%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051752420.150.2800.05266.8772.0481.76
HexCDAFF2F1C0510b4852
Octal315257362173405413110122
Binary110011011010111111110010111111100010110000101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFF2; }

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

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

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

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

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

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

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

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