Html Css Color HEX #C5ACCF Prelude

📋 copy color: '#C5ACCF'

red 197 ◦ green 172 ◦ blue 207

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

Shades of Prelude #C5ACCF

Tints of Prelude #C5ACCF

RGB

 RED value IS 197 (77.34% from 255) = 34.2%

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

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

R = 34.2%
G = 29.86%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5ACCF (or 0xC5ACCF) is known color: Prelude. HEX triplet: C5, AC and CF. RGB value is (197,172,207). Sum of RGB (Red+Green+Blue) = 197+172+207=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 172 (67.58% from 255 or 29.86% 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 #C5ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCF is #3A5330. Grayscale: #B7B7B7. Windows color (decimal): -3822385 or 13610181. OLE color: 13610181.

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

Color convert

RGB 197 172 207 -
CMYK 0.05 0.17 0 0.19
HSL 282.86º 0.27% 0.74% -
HSV(B) 282.86º 0.17% 0.81% -
XYZ 49.04 45.88 65.3 -
YUV 183.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 197 172 207 0.05 0.17 0 0.19 282.86 0.27 0.74
Hex C5 AC CF 5 11 0 13 11B 1B 4A
Octal 305 254 317 5 21 0 23 433 33 112
Binary 11000101 10101100 11001111 101 10001 0 10011 100011011 11011 1001010

Color Harmonies of #C5ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACCF

Black with #C5ACCF

Text Example


Text Example

White with #C5ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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