#CAADF5

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

Shades of Perfume #CAADF5

Tints of Perfume #CAADF5

Color information

#CAADF5 (or 0xCAADF5) is unknown color: approx Perfume. HEX triplet: CA, AD and F5. RGB value is (202,173,245). Sum of RGB (Red+Green+Blue) = 202+173+245=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF5 is #35520A. Grayscale: #BDBDBD. Windows color (decimal): -3494411 or 16100810. OLE color: 16100810.

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

Color convert

RGB202173245-
CMYK0.180.2900.04
HSL264.17º78.26%81.96%-
HSV(B)264.17º29.39%96.08%-
XYZ55.7849.0492.91-
YUV189.88159.11136.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=32.58%
G=27.90%
B=39.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021732450.180.2900.04264.1778.2681.96
HexCAADF5121D041084e52
Octal312255365223504410116122
Binary1100101010101101111101011001011101010010000100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADF5; }

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

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

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

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

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

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

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

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