Html Css Color HEX #C4AEE0 Perfume

📋 copy color: '#C4AEE0'

red 196 ◦ green 174 ◦ blue 224

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

Shades of Perfume #C4AEE0

Tints of Perfume #C4AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 33%
G = 29.29%
B = 37.71%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C4AEE0 (or 0xC4AEE0) is known color: Perfume. HEX triplet: C4, AE and E0. RGB value is (196,174,224). Sum of RGB (Red+Green+Blue) = 196+174+224=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEE0 is #3B511F. Grayscale: #BABABA. Windows color (decimal): -3887392 or 14724804. OLE color: 14724804.

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

Color convert

RGB 196 174 224 -
CMYK 0.12 0.22 0 0.12
HSL 266.4º 0.45% 0.78% -
HSV(B) 266.4º 0.22% 0.88% -
XYZ 51.36 47.39 76.96 -
YUV 186.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 196 174 224 0.12 0.22 0 0.12 266.4 0.45 0.78
Hex C4 AE E0 C 16 0 C 10A 2D 4E
Octal 304 256 340 14 26 0 14 412 55 116
Binary 11000100 10101110 11100000 1100 10110 0 1100 100001010 101101 1001110

Color Harmonies of #C4AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEE0

Black with #C4AEE0

Text Example


Text Example

White with #C4AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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