Html Css Color HEX #C5AACE Prelude

📋 copy color: '#C5AACE'

red 197 ◦ green 170 ◦ blue 206

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

Shades of Prelude #C5AACE

Tints of Prelude #C5AACE

RGB

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

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

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

R = 34.38%
G = 29.67%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5AACE (or 0xC5AACE) is known color: Prelude. HEX triplet: C5, AA and CE. RGB value is (197,170,206). Sum of RGB (Red+Green+Blue) = 197+170+206=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACE is #3A5531. Grayscale: #B6B6B6. Windows color (decimal): -3822898 or 13544133. OLE color: 13544133.

HSL color Cylindrical-coordinate representation of color #C5AACE: hue angle of 285º 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 #C5AACE is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 170 206 -
CMYK 0.04 0.17 0 0.19
HSL 285º 0.27% 0.74% -
HSV(B) 285º 0.17% 0.81% -
XYZ 48.54 45.08 64.53 -
YUV 182.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 197 170 206 0.04 0.17 0 0.19 285 0.27 0.74
Hex C5 AA CE 4 11 0 13 11D 1B 4A
Octal 305 252 316 4 21 0 23 435 33 112
Binary 11000101 10101010 11001110 100 10001 0 10011 100011101 11011 1001010

Color Harmonies of #C5AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AACE

Black with #C5AACE

Text Example


Text Example

White with #C5AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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