#CDB0F1

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

Shades of Perfume #CDB0F1

Tints of Perfume #CDB0F1

Color information

#CDB0F1 (or 0xCDB0F1) is unknown color: approx Perfume. HEX triplet: CD, B0 and F1. RGB value is (205,176,241). Sum of RGB (Red+Green+Blue) = 205+176+241=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0F1 is #324F0E. Grayscale: #BFBFBF. Windows color (decimal): -3297039 or 15839437. OLE color: 15839437.

HSL color Cylindrical-coordinate representation of color #CDB0F1: hue angle of 266.77º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB0F1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205176241-
CMYK0.150.2700.05
HSL266.77º69.89%81.76%-
HSV(B)266.77º26.97%94.51%-
XYZ56.5850.3889.96-
YUV192.08155.61137.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=32.96%
G=28.30%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051762410.150.2700.05266.7769.8981.76
HexCDB0F1F1B0510b4652
Octal315260361173305413106122
Binary110011011011000011110001111111011010110000101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0F1; }

 p { color: rgb(205,176,241); }

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

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

 a { background-color: rgb(205,176,241); }

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

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

 span { border-color: rgb(205,176,241); }

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