Html Css Color HEX #C5AEDF Perfume

📋 copy color: '#C5AEDF'

red 197 ◦ green 174 ◦ blue 223

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

Shades of Perfume #C5AEDF

Tints of Perfume #C5AEDF

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 33.16%
G = 29.29%
B = 37.54%

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

#C5AEDF (or 0xC5AEDF) is known color: Perfume. HEX triplet: C5, AE and DF. RGB value is (197,174,223). Sum of RGB (Red+Green+Blue) = 197+174+223=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEDF is #3A5120. Grayscale: #BABABA. Windows color (decimal): -3821857 or 14659269. OLE color: 14659269.

HSL color Cylindrical-coordinate representation of color #C5AEDF: hue angle of 268.16º degrees, saturation: 0.43, 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 #C5AEDF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 174 223 -
CMYK 0.12 0.22 0 0.13
HSL 268.16º 0.43% 0.78% -
HSV(B) 268.16º 0.22% 0.87% -
XYZ 51.48 47.47 76.26 -
YUV 186.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 197 174 223 0.12 0.22 0 0.13 268.16 0.43 0.78
Hex C5 AE DF C 16 0 D 10C 2B 4E
Octal 305 256 337 14 26 0 15 414 53 116
Binary 11000101 10101110 11011111 1100 10110 0 1101 100001100 101011 1001110

Color Harmonies of #C5AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEDF

Black with #C5AEDF

Text Example


Text Example

White with #C5AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEDF; }

 p { color: rgb(197,174,223); }

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

background-color css

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

 a { background-color: rgb(197,174,223); }

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

border-color css

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

 span { border-color: rgb(197,174,223); }

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