Html Css Color HEX #C4AEDE Perfume

📋 copy color: '#C4AEDE'

red 196 ◦ green 174 ◦ blue 222

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

Shades of Perfume #C4AEDE

Tints of Perfume #C4AEDE

RGB

 RED value IS 196 (76.95% from 255) = 33.11%

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 33.11%
G = 29.39%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4AEDE (or 0xC4AEDE) is known color: Perfume. HEX triplet: C4, AE and DE. RGB value is (196,174,222). Sum of RGB (Red+Green+Blue) = 196+174+222=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDE is #3B5121. Grayscale: #B9B9B9. Windows color (decimal): -3887394 or 14593732. OLE color: 14593732.

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

Color convert

RGB 196 174 222 -
CMYK 0.12 0.22 0 0.13
HSL 267.5º 0.42% 0.78% -
HSV(B) 267.5º 0.22% 0.87% -
XYZ 51.09 47.28 75.54 -
YUV 186.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 196 174 222 0.12 0.22 0 0.13 267.5 0.42 0.78
Hex C4 AE DE C 16 0 D 10C 2A 4E
Octal 304 256 336 14 26 0 15 414 52 116
Binary 11000100 10101110 11011110 1100 10110 0 1101 100001100 101010 1001110

Color Harmonies of #C4AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEDE

Black with #C4AEDE

Text Example


Text Example

White with #C4AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEDE; }

 p { color: rgb(196,174,222); }

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

background-color css

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

 a { background-color: rgb(196,174,222); }

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

border-color css

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

 span { border-color: rgb(196,174,222); }

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