Html Css Color HEX #C3AEDC Perfume

📋 copy color: '#C3AEDC'

red 195 ◦ green 174 ◦ blue 220

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

Shades of Perfume #C3AEDC

Tints of Perfume #C3AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 33.11%
G = 29.54%
B = 37.35%

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

#C3AEDC (or 0xC3AEDC) is known color: Perfume. HEX triplet: C3, AE and DC. RGB value is (195,174,220). Sum of RGB (Red+Green+Blue) = 195+174+220=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEDC is #3C5123. Grayscale: #B9B9B9. Windows color (decimal): -3952932 or 14462659. OLE color: 14462659.

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

Color convert

RGB 195 174 220 -
CMYK 0.11 0.21 0 0.14
HSL 267.39º 0.4% 0.77% -
HSV(B) 267.39º 0.21% 0.86% -
XYZ 50.56 47.04 74.13 -
YUV 185.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 195 174 220 0.11 0.21 0 0.14 267.39 0.4 0.77
Hex C3 AE DC B 15 0 E 10B 28 4D
Octal 303 256 334 13 25 0 16 413 50 115
Binary 11000011 10101110 11011100 1011 10101 0 1110 100001011 101000 1001101

Color Harmonies of #C3AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEDC

Black with #C3AEDC

Text Example


Text Example

White with #C3AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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