Html Css Color HEX #C6ABCF Prelude

📋 copy color: '#C6ABCF'

red 198 ◦ green 171 ◦ blue 207

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

Shades of Prelude #C6ABCF

Tints of Prelude #C6ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 34.38%
G = 29.69%
B = 35.94%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6ABCF (or 0xC6ABCF) is known color: Prelude. HEX triplet: C6, AB and CF. RGB value is (198,171,207). Sum of RGB (Red+Green+Blue) = 198+171+207=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABCF is #395430. Grayscale: #B7B7B7. Windows color (decimal): -3757105 or 13609926. OLE color: 13609926.

HSL color Cylindrical-coordinate representation of color #C6ABCF: hue angle of 285º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6ABCF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 171 207 -
CMYK 0.04 0.17 0 0.19
HSL 285º 0.27% 0.74% -
HSV(B) 285º 0.17% 0.81% -
XYZ 49.11 45.64 65.25 -
YUV 183.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 198 171 207 0.04 0.17 0 0.19 285 0.27 0.74
Hex C6 AB CF 4 11 0 13 11D 1B 4A
Octal 306 253 317 4 21 0 23 435 33 112
Binary 11000110 10101011 11001111 100 10001 0 10011 100011101 11011 1001010

Color Harmonies of #C6ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABCF

Black with #C6ABCF

Text Example


Text Example

White with #C6ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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