#CAADF0

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

Shades of Perfume #CAADF0

Tints of Perfume #CAADF0

Color information

#CAADF0 (or 0xCAADF0) is unknown color: approx Perfume. HEX triplet: CA, AD and F0. RGB value is (202,173,240). Sum of RGB (Red+Green+Blue) = 202+173+240=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF0 is #35520F. Grayscale: #BDBDBD. Windows color (decimal): -3494416 or 15773130. OLE color: 15773130.

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

Color convert

RGB202173240-
CMYK0.160.2800.06
HSL265.97º69.07%80.98%-
HSV(B)265.97º27.92%94.12%-
XYZ55.0348.7388.94-
YUV189.31156.61137.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=32.85%
G=28.13%
B=39.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021732400.160.2800.06265.9769.0780.98
HexCAADF0101C0610a4551
Octal312255360203406412105121
Binary1100101010101101111100001000011100011010000101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF0; }

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

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

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

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

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

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

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

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