#CDACEE

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

Shades of Perfume #CDACEE

Tints of Perfume #CDACEE

Color information

#CDACEE (or 0xCDACEE) is unknown color: approx Perfume. HEX triplet: CD, AC and EE. RGB value is (205,172,238). Sum of RGB (Red+Green+Blue) = 205+172+238=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACEE is #325311. Grayscale: #BDBDBD. Windows color (decimal): -3298066 or 15641805. OLE color: 15641805.

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

Color convert

RGB205172238-
CMYK0.140.2800.07
HSL270º66%80.39%-
HSV(B)270º27.73%93.33%-
XYZ55.3648.6687.36-
YUV189.39155.43139.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=33.33%
G=27.97%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051722380.140.2800.072706680.39
HexCDACEEE1C0710e4250
Octal315254356163407416102120
Binary110011011010110011101110111011100011110000111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACEE; }

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

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

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

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

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

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

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

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