Html Css Color HEX #C6ACCE Prelude

📋 copy color: '#C6ACCE'

red 198 ◦ green 172 ◦ blue 206

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

Shades of Prelude #C6ACCE

Tints of Prelude #C6ACCE

RGB

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

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

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

R = 34.38%
G = 29.86%
B = 35.76%

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

#C6ACCE (or 0xC6ACCE) is known color: Prelude. HEX triplet: C6, AC and CE. RGB value is (198,172,206). Sum of RGB (Red+Green+Blue) = 198+172+206=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACCE is #395331. Grayscale: #B7B7B7. Windows color (decimal): -3756850 or 13544646. OLE color: 13544646.

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

Color convert

RGB 198 172 206 -
CMYK 0.04 0.17 0 0.19
HSL 285.88º 0.26% 0.74% -
HSV(B) 285.88º 0.17% 0.81% -
XYZ 49.18 45.97 64.67 -
YUV 183.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 198 172 206 0.04 0.17 0 0.19 285.88 0.26 0.74
Hex C6 AC CE 4 11 0 13 11E 1A 4A
Octal 306 254 316 4 21 0 23 436 32 112
Binary 11000110 10101100 11001110 100 10001 0 10011 100011110 11010 1001010

Color Harmonies of #C6ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACCE

Black with #C6ACCE

Text Example


Text Example

White with #C6ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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