Html Css Color HEX #C6ACCF Prelude

📋 copy color: '#C6ACCF'

red 198 ◦ green 172 ◦ blue 207

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

Shades of Prelude #C6ACCF

Tints of Prelude #C6ACCF

RGB

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

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

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

R = 34.32%
G = 29.81%
B = 35.88%

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

#C6ACCF (or 0xC6ACCF) is known color: Prelude. HEX triplet: C6, AC and CF. RGB value is (198,172,207). Sum of RGB (Red+Green+Blue) = 198+172+207=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACCF is #395330. Grayscale: #B7B7B7. Windows color (decimal): -3756849 or 13610182. OLE color: 13610182.

HSL color Cylindrical-coordinate representation of color #C6ACCF: hue angle of 284.57º 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 #C6ACCF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 172 207 -
CMYK 0.04 0.17 0 0.19
HSL 284.57º 0.27% 0.74% -
HSV(B) 284.57º 0.17% 0.81% -
XYZ 49.3 46.02 65.31 -
YUV 183.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 198 172 207 0.04 0.17 0 0.19 284.57 0.27 0.74
Hex C6 AC CF 4 11 0 13 11D 1B 4A
Octal 306 254 317 4 21 0 23 435 33 112
Binary 11000110 10101100 11001111 100 10001 0 10011 100011101 11011 1001010

Color Harmonies of #C6ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACCF

Black with #C6ACCF

Text Example


Text Example

White with #C6ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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