#CDABED

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

Shades of Perfume #CDABED

Tints of Perfume #CDABED

Color information

#CDABED (or 0xCDABED) is unknown color: approx Perfume. HEX triplet: CD, AB and ED. RGB value is (205,171,237). Sum of RGB (Red+Green+Blue) = 205+171+237=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABED is #325412. Grayscale: #BCBCBC. Windows color (decimal): -3298323 or 15576013. OLE color: 15576013.

HSL color Cylindrical-coordinate representation of color #CDABED: hue angle of 270.91º degrees, saturation: 0.65, 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 #CDABED is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205171237-
CMYK0.140.2800.07
HSL270.91º64.71%80%-
HSV(B)270.91º27.85%92.94%-
XYZ55.0348.2286.53-
YUV188.69155.26139.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=33.44%
G=27.90%
B=38.66%

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
Decimal2051712370.140.2800.07270.9164.7180
HexCDABEDE1C0710f4150
Octal315253355163407417101120
Binary110011011010101111101101111011100011110000111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABED; }

 p { color: rgb(205,171,237); }

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

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

 a { background-color: rgb(205,171,237); }

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

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

 span { border-color: rgb(205,171,237); }

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