Html Css Color HEX #C3AEDB Perfume

📋 copy color: '#C3AEDB'

red 195 ◦ green 174 ◦ blue 219

#C3AEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C3AEDB

Tints of Perfume #C3AEDB

RGB

 RED value IS 195 (76.56% from 255) = 33.16%

 GREEN value IS 174 (68.36% from 255) = 29.59%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 33.16%
G = 29.59%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3AEDB (or 0xC3AEDB) is known color: Perfume. HEX triplet: C3, AE and DB. RGB value is (195,174,219). Sum of RGB (Red+Green+Blue) = 195+174+219=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEDB is #3C5124. Grayscale: #B9B9B9. Windows color (decimal): -3952933 or 14397123. OLE color: 14397123.

HSL color Cylindrical-coordinate representation of color #C3AEDB: hue angle of 268º degrees, saturation: 0.38, 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 #C3AEDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 174 219 -
CMYK 0.11 0.21 0 0.14
HSL 268º 0.38% 0.77% -
HSV(B) 268º 0.21% 0.86% -
XYZ 50.43 46.99 73.43 -
YUV 185.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 195 174 219 0.11 0.21 0 0.14 268 0.38 0.77
Hex C3 AE DB B 15 0 E 10C 26 4D
Octal 303 256 333 13 25 0 16 414 46 115
Binary 11000011 10101110 11011011 1011 10101 0 1110 100001100 100110 1001101

Color Harmonies of #C3AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEDB

Black with #C3AEDB

Text Example


Text Example

White with #C3AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEDB; }

 p { color: rgb(195,174,219); }

 H1.HeaderClassName
 {
   color: #C3AEDB;
 }
 .AnyTagClassName
 {
   color: #C3AEDB;
 }
</style>

background-color css

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

 a { background-color: rgb(195,174,219); }

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

border-color css

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

 span { border-color: rgb(195,174,219); }

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