#CAADE1

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

Shades of Perfume #CAADE1

Tints of Perfume #CAADE1

Color information

#CAADE1 (or 0xCAADE1) is unknown color: approx Perfume. HEX triplet: CA, AD and E1. RGB value is (202,173,225). Sum of RGB (Red+Green+Blue) = 202+173+225=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADE1 is #35521E. Grayscale: #BBBBBB. Windows color (decimal): -3494431 or 14790090. OLE color: 14790090.

HSL color Cylindrical-coordinate representation of color #CAADE1: hue angle of 273.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAADE1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202173225-
CMYK0.100.2300.12
HSL273.46º46.43%78.04%-
HSV(B)273.46º23.11%88.24%-
XYZ52.8947.8877.69-
YUV187.6149.11138.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=33.67%
G=28.83%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021732250.100.2300.12273.4646.4378.04
HexCAADE1A170C1112e4e
Octal312255341122701442156116
Binary110010101010110111100001101010111011001000100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADE1; }

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

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

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

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

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

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

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

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