#CDAEE2

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

Shades of Perfume #CDAEE2

Tints of Perfume #CDAEE2

Color information

#CDAEE2 (or 0xCDAEE2) is unknown color: approx Perfume. HEX triplet: CD, AE and E2. RGB value is (205,174,226). Sum of RGB (Red+Green+Blue) = 205+174+226=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEE2 is #32511D. Grayscale: #BDBDBD. Windows color (decimal): -3297566 or 14855885. OLE color: 14855885.

HSL color Cylindrical-coordinate representation of color #CDAEE2: hue angle of 275.77º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAEE2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205174226-
CMYK0.090.2300.11
HSL275.77º47.27%78.43%-
HSV(B)275.77º23.01%88.63%-
XYZ54.0448.7478.51-
YUV189.2148.77139.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=33.88%
G=28.76%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051742260.090.2300.11275.7747.2778.43
HexCDAEE29170B1142f4e
Octal315256342112701342457116
Binary110011011010111011100010100110111010111000101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEE2; }

 p { color: rgb(205,174,226); }

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

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

 a { background-color: rgb(205,174,226); }

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

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

 span { border-color: rgb(205,174,226); }

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