Html Css Color HEX #C6ACD5 Prelude

📋 copy color: '#C6ACD5'

red 198 ◦ green 172 ◦ blue 213

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

Shades of Prelude #C6ACD5

Tints of Prelude #C6ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 33.96%
G = 29.5%
B = 36.54%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6ACD5 (or 0xC6ACD5) is known color: Prelude. HEX triplet: C6, AC and D5. RGB value is (198,172,213). Sum of RGB (Red+Green+Blue) = 198+172+213=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACD5 is #39532A. Grayscale: #B8B8B8. Windows color (decimal): -3756843 or 14003398. OLE color: 14003398.

HSL color Cylindrical-coordinate representation of color #C6ACD5: hue angle of 278.05º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6ACD5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 172 213 -
CMYK 0.07 0.19 0 0.16
HSL 278.05º 0.33% 0.75% -
HSV(B) 278.05º 0.19% 0.84% -
XYZ 50.05 46.31 69.25 -
YUV 184.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 198 172 213 0.07 0.19 0 0.16 278.05 0.33 0.75
Hex C6 AC D5 7 13 0 10 116 21 4B
Octal 306 254 325 7 23 0 20 426 41 113
Binary 11000110 10101100 11010101 111 10011 0 10000 100010110 100001 1001011

Color Harmonies of #C6ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACD5

Black with #C6ACD5

Text Example


Text Example

White with #C6ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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