Html Css Color HEX #C5ACEF Perfume

📋 copy color: '#C5ACEF'

red 197 ◦ green 172 ◦ blue 239

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

Shades of Perfume #C5ACEF

Tints of Perfume #C5ACEF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 32.4%
G = 28.29%
B = 39.31%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5ACEF (or 0xC5ACEF) is known color: Perfume. HEX triplet: C5, AC and EF. RGB value is (197,172,239). Sum of RGB (Red+Green+Blue) = 197+172+239=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACEF is #3A5310. Grayscale: #BABABA. Windows color (decimal): -3822353 or 15707333. OLE color: 15707333.

HSL color Cylindrical-coordinate representation of color #C5ACEF: hue angle of 262.39º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ACEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 172 239 -
CMYK 0.18 0.28 0 0.06
HSL 262.39º 0.68% 0.81% -
HSV(B) 262.39º 0.28% 0.94% -
XYZ 53.36 47.61 88.04 -
YUV 187.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 197 172 239 0.18 0.28 0 0.06 262.39 0.68 0.81
Hex C5 AC EF 12 1C 0 6 106 44 51
Octal 305 254 357 22 34 0 6 406 104 121
Binary 11000101 10101100 11101111 10010 11100 0 110 100000110 1000100 1010001

Color Harmonies of #C5ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACEF

Black with #C5ACEF

Text Example


Text Example

White with #C5ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACEF; }

 p { color: rgb(197,172,239); }

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

background-color css

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

 a { background-color: rgb(197,172,239); }

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

border-color css

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

 span { border-color: rgb(197,172,239); }

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