#C3ADDE

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

Shades of Perfume #C3ADDE

Tints of Perfume #C3ADDE

Color information

#C3ADDE (or 0xC3ADDE) is unknown color: approx Perfume. HEX triplet: C3, AD and DE. RGB value is (195,173,222). Sum of RGB (Red+Green+Blue) = 195+173+222=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADDE is #3C5221. Grayscale: #B8B8B8. Windows color (decimal): -3953186 or 14593475. OLE color: 14593475.

HSL color Cylindrical-coordinate representation of color #C3ADDE: hue angle of 266.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3ADDE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195173222-
CMYK0.120.2200.13
HSL266.94º42.61%77.45%-
HSV(B)266.94º22.07%87.06%-
XYZ50.6346.7675.46-
YUV185.16148.79135.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=33.05%
G=29.32%
B=37.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951732220.120.2200.13266.9442.6177.45
HexC3ADDEC160D10b2b4d
Octal303255336142601541353115
Binary110000111010110111011110110010110011011000010111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADDE; }

 p { color: rgb(195,173,222); }

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

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

 a { background-color: rgb(195,173,222); }

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

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

 span { border-color: rgb(195,173,222); }

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