Html Css Color HEX #C4AACE Prelude

📋 copy color: '#C4AACE'

red 196 ◦ green 170 ◦ blue 206

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

Shades of Prelude #C4AACE

Tints of Prelude #C4AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.72%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 34.27%
G = 29.72%
B = 36.01%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4AACE (or 0xC4AACE) is known color: Prelude. HEX triplet: C4, AA and CE. RGB value is (196,170,206). Sum of RGB (Red+Green+Blue) = 196+170+206=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACE is #3B5531. Grayscale: #B5B5B5. Windows color (decimal): -3888434 or 13544132. OLE color: 13544132.

HSL color Cylindrical-coordinate representation of color #C4AACE: hue angle of 283.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4AACE is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 170 206 -
CMYK 0.05 0.17 0 0.19
HSL 283.33º 0.27% 0.74% -
HSV(B) 283.33º 0.17% 0.81% -
XYZ 48.28 44.94 64.52 -
YUV 181.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 196 170 206 0.05 0.17 0 0.19 283.33 0.27 0.74
Hex C4 AA CE 5 11 0 13 11B 1B 4A
Octal 304 252 316 5 21 0 23 433 33 112
Binary 11000100 10101010 11001110 101 10001 0 10011 100011011 11011 1001010

Color Harmonies of #C4AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AACE

Black with #C4AACE

Text Example


Text Example

White with #C4AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AACE; }

 p { color: rgb(196,170,206); }

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

background-color css

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

 a { background-color: rgb(196,170,206); }

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

border-color css

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

 span { border-color: rgb(196,170,206); }

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