#CDB7E1

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

Shades of Perfume #CDB7E1

Tints of Perfume #CDB7E1

Color information

#CDB7E1 (or 0xCDB7E1) is unknown color: approx Perfume. HEX triplet: CD, B7 and E1. RGB value is (205,183,225). Sum of RGB (Red+Green+Blue) = 205+183+225=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDB7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7E1 is #32481E. Grayscale: #C2C2C2. Windows color (decimal): -3295263 or 14792653. OLE color: 14792653.

HSL color Cylindrical-coordinate representation of color #CDB7E1: hue angle of 271.43º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB7E1 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205183225-
CMYK0.090.1900.12
HSL271.43º41.18%80%-
HSV(B)271.43º18.67%88.24%-
XYZ55.752.2878.39-
YUV194.37145.29135.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 183 (71.88% from 255) = 29.85%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=33.44%
G=29.85%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051832250.090.1900.12271.4341.1880
HexCDB7E19130C10f2950
Octal315267341112301441751120
Binary110011011011011111100001100110011011001000011111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7E1; }

 p { color: rgb(205,183,225); }

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

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

 a { background-color: rgb(205,183,225); }

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

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

 span { border-color: rgb(205,183,225); }

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