#CDB2EA

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

Shades of Perfume #CDB2EA

Tints of Perfume #CDB2EA

Color information

#CDB2EA (or 0xCDB2EA) is unknown color: approx Perfume. HEX triplet: CD, B2 and EA. RGB value is (205,178,234). Sum of RGB (Red+Green+Blue) = 205+178+234=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2EA is #324D15. Grayscale: #C0C0C0. Windows color (decimal): -3296534 or 15381197. OLE color: 15381197.

HSL color Cylindrical-coordinate representation of color #CDB2EA: hue angle of 268.93º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB2EA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205178234-
CMYK0.120.2400.08
HSL268.93º57.14%80.78%-
HSV(B)268.93º23.93%91.76%-
XYZ55.9550.7684.69-
YUV192.46151.45136.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=33.23%
G=28.85%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051782340.120.2400.08268.9357.1480.78
HexCDB2EAC180810d3951
Octal315262352143001041571121
Binary110011011011001011101010110011000010001000011011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2EA; }

 p { color: rgb(205,178,234); }

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

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

 a { background-color: rgb(205,178,234); }

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

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

 span { border-color: rgb(205,178,234); }

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