Html Css Color HEX #C6AACE Prelude

📋 copy color: '#C6AACE'

red 198 ◦ green 170 ◦ blue 206

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

Shades of Prelude #C6AACE

Tints of Prelude #C6AACE

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

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

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

R = 34.49%
G = 29.62%
B = 35.89%

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

#C6AACE (or 0xC6AACE) is known color: Prelude. HEX triplet: C6, AA and CE. RGB value is (198,170,206). Sum of RGB (Red+Green+Blue) = 198+170+206=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACE is #395531. Grayscale: #B6B6B6. Windows color (decimal): -3757362 or 13544134. OLE color: 13544134.

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

Color convert

RGB 198 170 206 -
CMYK 0.04 0.17 0 0.19
HSL 286.67º 0.27% 0.74% -
HSV(B) 286.67º 0.17% 0.81% -
XYZ 48.8 45.21 64.55 -
YUV 182.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 198 170 206 0.04 0.17 0 0.19 286.67 0.27 0.74
Hex C6 AA CE 4 11 0 13 11F 1B 4A
Octal 306 252 316 4 21 0 23 437 33 112
Binary 11000110 10101010 11001110 100 10001 0 10011 100011111 11011 1001010

Color Harmonies of #C6AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AACE

Black with #C6AACE

Text Example


Text Example

White with #C6AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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