Html Css Color HEX #C4ACDD Perfume

📋 copy color: '#C4ACDD'

red 196 ◦ green 172 ◦ blue 221

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

Shades of Perfume #C4ACDD

Tints of Perfume #C4ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 33.28%
G = 29.2%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4ACDD (or 0xC4ACDD) is known color: Perfume. HEX triplet: C4, AC and DD. RGB value is (196,172,221). Sum of RGB (Red+Green+Blue) = 196+172+221=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACDD is #3B5322. Grayscale: #B8B8B8. Windows color (decimal): -3887907 or 14527684. OLE color: 14527684.

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

Color convert

RGB 196 172 221 -
CMYK 0.11 0.22 0 0.13
HSL 269.39º 0.42% 0.77% -
HSV(B) 269.39º 0.22% 0.87% -
XYZ 50.57 46.46 74.71 -
YUV 184.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 196 172 221 0.11 0.22 0 0.13 269.39 0.42 0.77
Hex C4 AC DD B 16 0 D 10D 2A 4D
Octal 304 254 335 13 26 0 15 415 52 115
Binary 11000100 10101100 11011101 1011 10110 0 1101 100001101 101010 1001101

Color Harmonies of #C4ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACDD

Black with #C4ACDD

Text Example


Text Example

White with #C4ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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