Html Css Color HEX #C6ABCD Prelude

📋 copy color: '#C6ABCD'

red 198 ◦ green 171 ◦ blue 205

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

Shades of Prelude #C6ABCD

Tints of Prelude #C6ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

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

R = 34.49%
G = 29.79%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6ABCD (or 0xC6ABCD) is known color: Prelude. HEX triplet: C6, AB and CD. RGB value is (198,171,205). Sum of RGB (Red+Green+Blue) = 198+171+205=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCD is #395432. Grayscale: #B6B6B6. Windows color (decimal): -3757107 or 13478854. OLE color: 13478854.

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

Color convert

RGB 198 171 205 -
CMYK 0.03 0.17 0 0.20
HSL 287.65º 0.25% 0.74% -
HSV(B) 287.65º 0.17% 0.8% -
XYZ 48.87 45.54 63.97 -
YUV 182.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 198 171 205 0.03 0.17 0 0.20 287.65 0.25 0.74
Hex C6 AB CD 3 11 0 14 120 19 4A
Octal 306 253 315 3 21 0 24 440 31 112
Binary 11000110 10101011 11001101 11 10001 0 10100 100100000 11001 1001010

Color Harmonies of #C6ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABCD

Black with #C6ABCD

Text Example


Text Example

White with #C6ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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