#CDAEEE

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

Shades of Perfume #CDAEEE

Tints of Perfume #CDAEEE

Color information

#CDAEEE (or 0xCDAEEE) is unknown color: approx Perfume. HEX triplet: CD, AE and EE. RGB value is (205,174,238). Sum of RGB (Red+Green+Blue) = 205+174+238=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEEE is #325111. Grayscale: #BEBEBE. Windows color (decimal): -3297554 or 15642317. OLE color: 15642317.

HSL color Cylindrical-coordinate representation of color #CDAEEE: hue angle of 269.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDAEEE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205174238-
CMYK0.140.2700.07
HSL269.06º65.31%80.78%-
HSV(B)269.06º26.89%93.33%-
XYZ55.7549.4287.49-
YUV190.56154.77138.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=33.23%
G=28.20%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051742380.140.2700.07269.0665.3180.78
HexCDAEEEE1B0710d4151
Octal315256356163307415101121
Binary110011011010111011101110111011011011110000110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEEE; }

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

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

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

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

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

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

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

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