Html Css Color HEX #C6ACD0 Prelude

📋 copy color: '#C6ACD0'

red 198 ◦ green 172 ◦ blue 208

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

Shades of Prelude #C6ACD0

Tints of Prelude #C6ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 34.26%
G = 29.76%
B = 35.99%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C6ACD0 (or 0xC6ACD0) is known color: Prelude. HEX triplet: C6, AC and D0. RGB value is (198,172,208). Sum of RGB (Red+Green+Blue) = 198+172+208=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACD0 is #39532F. Grayscale: #B7B7B7. Windows color (decimal): -3756848 or 13675718. OLE color: 13675718.

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

Color convert

RGB 198 172 208 -
CMYK 0.05 0.17 0 0.18
HSL 283.33º 0.28% 0.75% -
HSV(B) 283.33º 0.17% 0.82% -
XYZ 49.43 46.06 65.96 -
YUV 183.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 198 172 208 0.05 0.17 0 0.18 283.33 0.28 0.75
Hex C6 AC D0 5 11 0 12 11B 1C 4B
Octal 306 254 320 5 21 0 22 433 34 113
Binary 11000110 10101100 11010000 101 10001 0 10010 100011011 11100 1001011

Color Harmonies of #C6ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACD0

Black with #C6ACD0

Text Example


Text Example

White with #C6ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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