Html Css Color HEX #C6ACCD Prelude

📋 copy color: '#C6ACCD'

red 198 ◦ green 172 ◦ blue 205

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

Shades of Prelude #C6ACCD

Tints of Prelude #C6ACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 34.43%
G = 29.91%
B = 35.65%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6ACCD (or 0xC6ACCD) is known color: Prelude. HEX triplet: C6, AC and CD. RGB value is (198,172,205). Sum of RGB (Red+Green+Blue) = 198+172+205=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACCD is #395332. Grayscale: #B7B7B7. Windows color (decimal): -3756851 or 13479110. OLE color: 13479110.

HSL color Cylindrical-coordinate representation of color #C6ACCD: hue angle of 287.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6ACCD is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 172 205 -
CMYK 0.03 0.16 0 0.20
HSL 287.27º 0.25% 0.74% -
HSV(B) 287.27º 0.16% 0.8% -
XYZ 49.06 45.92 64.04 -
YUV 183.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 198 172 205 0.03 0.16 0 0.20 287.27 0.25 0.74
Hex C6 AC CD 3 10 0 14 11F 19 4A
Octal 306 254 315 3 20 0 24 437 31 112
Binary 11000110 10101100 11001101 11 10000 0 10100 100011111 11001 1001010

Color Harmonies of #C6ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACCD

Black with #C6ACCD

Text Example


Text Example

White with #C6ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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