Html Css Color HEX #C3AEDA Perfume

📋 copy color: '#C3AEDA'

red 195 ◦ green 174 ◦ blue 218

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

Shades of Perfume #C3AEDA

Tints of Perfume #C3AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 33.22%
G = 29.64%
B = 37.14%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3AEDA (or 0xC3AEDA) is known color: Perfume. HEX triplet: C3, AE and DA. RGB value is (195,174,218). Sum of RGB (Red+Green+Blue) = 195+174+218=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEDA is #3C5125. Grayscale: #B9B9B9. Windows color (decimal): -3952934 or 14331587. OLE color: 14331587.

HSL color Cylindrical-coordinate representation of color #C3AEDA: hue angle of 268.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3AEDA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 174 218 -
CMYK 0.11 0.20 0 0.15
HSL 268.64º 0.37% 0.77% -
HSV(B) 268.64º 0.2% 0.85% -
XYZ 50.3 46.94 72.74 -
YUV 185.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 195 174 218 0.11 0.20 0 0.15 268.64 0.37 0.77
Hex C3 AE DA B 14 0 F 10D 25 4D
Octal 303 256 332 13 24 0 17 415 45 115
Binary 11000011 10101110 11011010 1011 10100 0 1111 100001101 100101 1001101

Color Harmonies of #C3AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEDA

Black with #C3AEDA

Text Example


Text Example

White with #C3AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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