Html Css Color HEX #C4ACDE Perfume

📋 copy color: '#C4ACDE'

red 196 ◦ green 172 ◦ blue 222

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

Shades of Perfume #C4ACDE

Tints of Perfume #C4ACDE

RGB

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

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

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

R = 33.22%
G = 29.15%
B = 37.63%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4ACDE (or 0xC4ACDE) is known color: Perfume. HEX triplet: C4, AC and DE. RGB value is (196,172,222). Sum of RGB (Red+Green+Blue) = 196+172+222=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACDE is #3B5321. Grayscale: #B8B8B8. Windows color (decimal): -3887906 or 14593220. OLE color: 14593220.

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

Color convert

RGB 196 172 222 -
CMYK 0.12 0.23 0 0.13
HSL 268.8º 0.43% 0.77% -
HSV(B) 268.8º 0.23% 0.87% -
XYZ 50.7 46.51 75.41 -
YUV 184.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 196 172 222 0.12 0.23 0 0.13 268.8 0.43 0.77
Hex C4 AC DE C 17 0 D 10D 2B 4D
Octal 304 254 336 14 27 0 15 415 53 115
Binary 11000100 10101100 11011110 1100 10111 0 1101 100001101 101011 1001101

Color Harmonies of #C4ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACDE

Black with #C4ACDE

Text Example


Text Example

White with #C4ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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