#CAADF6

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

Shades of Perfume #CAADF6

Tints of Perfume #CAADF6

Color information

#CAADF6 (or 0xCAADF6) is unknown color: approx Perfume. HEX triplet: CA, AD and F6. RGB value is (202,173,246). Sum of RGB (Red+Green+Blue) = 202+173+246=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF6 is #355209. Grayscale: #BDBDBD. Windows color (decimal): -3494410 or 16166346. OLE color: 16166346.

HSL color Cylindrical-coordinate representation of color #CAADF6: hue angle of 263.84º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAADF6 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202173246-
CMYK0.180.3000.04
HSL263.84º80.22%82.16%-
HSV(B)263.84º29.67%96.47%-
XYZ55.9449.193.72-
YUV189.99159.61136.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 246 (96.48% from 255) = 39.61%
R=32.53%
G=27.86%
B=39.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021732460.180.3000.04263.8480.2282.16
HexCAADF6121E041085052
Octal312255366223604410120122
Binary1100101010101101111101101001011110010010000100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF6; }

 p { color: rgb(202,173,246); }

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

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

 a { background-color: rgb(202,173,246); }

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

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

 span { border-color: rgb(202,173,246); }

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