#C1ADDB

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

Shades of Perfume #C1ADDB

Tints of Perfume #C1ADDB

Color information

#C1ADDB (or 0xC1ADDB) is unknown color: approx Perfume. HEX triplet: C1, AD and DB. RGB value is (193,173,219). Sum of RGB (Red+Green+Blue) = 193+173+219=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADDB is #3E5224. Grayscale: #B8B8B8. Windows color (decimal): -4084261 or 14396865. OLE color: 14396865.

HSL color Cylindrical-coordinate representation of color #C1ADDB: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1ADDB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193173219-
CMYK0.120.2100.14
HSL266.09º38.98%76.86%-
HSV(B)266.09º21%85.88%-
XYZ49.7246.3473.34-
YUV184.22147.63134.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=32.99%
G=29.57%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931732190.120.2100.14266.0938.9876.86
HexC1ADDBC150E10a274d
Octal301255333142501641247115
Binary110000011010110111011011110010101011101000010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADDB; }

 p { color: rgb(193,173,219); }

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

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

 a { background-color: rgb(193,173,219); }

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

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

 span { border-color: rgb(193,173,219); }

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