Html Css Color HEX #C6ABCC Prelude

📋 copy color: '#C6ABCC'

red 198 ◦ green 171 ◦ blue 204

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

Shades of Prelude #C6ABCC

Tints of Prelude #C6ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 34.55%
G = 29.84%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C6ABCC (or 0xC6ABCC) is known color: Prelude. HEX triplet: C6, AB and CC. RGB value is (198,171,204). Sum of RGB (Red+Green+Blue) = 198+171+204=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCC is #395433. Grayscale: #B6B6B6. Windows color (decimal): -3757108 or 13413318. OLE color: 13413318.

HSL color Cylindrical-coordinate representation of color #C6ABCC: hue angle of 289.09º degrees, saturation: 0.24, 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 #C6ABCC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 171 204 -
CMYK 0.03 0.16 0 0.2
HSL 289.09º 0.24% 0.74% -
HSV(B) 289.09º 0.16% 0.8% -
XYZ 48.75 45.49 63.34 -
YUV 182.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 198 171 204 0.03 0.16 0 0.2 289.09 0.24 0.74
Hex C6 AB CC 3 10 0 14 121 18 4A
Octal 306 253 314 3 20 0 24 441 30 112
Binary 11000110 10101011 11001100 11 10000 0 10100 100100001 11000 1001010

Color Harmonies of #C6ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABCC

Black with #C6ABCC

Text Example


Text Example

White with #C6ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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