#CDADE7

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

Shades of Perfume #CDADE7

Tints of Perfume #CDADE7

Color information

#CDADE7 (or 0xCDADE7) is unknown color: approx Perfume. HEX triplet: CD, AD and E7. RGB value is (205,173,231). Sum of RGB (Red+Green+Blue) = 205+173+231=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADE7 is #325218. Grayscale: #BCBCBC. Windows color (decimal): -3297817 or 15183309. OLE color: 15183309.

HSL color Cylindrical-coordinate representation of color #CDADE7: hue angle of 273.1º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDADE7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205173231-
CMYK0.110.2500.09
HSL273.1º54.72%79.22%-
HSV(B)273.1º25.11%90.59%-
XYZ54.5448.6482.11-
YUV189.18151.6139.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=33.66%
G=28.41%
B=37.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051732310.110.2500.09273.154.7279.22
HexCDADE7B1909111374f
Octal315255347133101142167117
Binary110011011010110111100111101111001010011000100011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADE7; }

 p { color: rgb(205,173,231); }

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

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

 a { background-color: rgb(205,173,231); }

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

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

 span { border-color: rgb(205,173,231); }

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