Html Css Color HEX #C5ACD5 Prelude

📋 copy color: '#C5ACD5'

red 197 ◦ green 172 ◦ blue 213

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

Shades of Prelude #C5ACD5

Tints of Prelude #C5ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.6%

R = 33.85%
G = 29.55%
B = 36.6%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5ACD5 (or 0xC5ACD5) is known color: Prelude. HEX triplet: C5, AC and D5. RGB value is (197,172,213). Sum of RGB (Red+Green+Blue) = 197+172+213=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACD5 is #3A532A. Grayscale: #B8B8B8. Windows color (decimal): -3822379 or 14003397. OLE color: 14003397.

HSL color Cylindrical-coordinate representation of color #C5ACD5: hue angle of 276.59º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5ACD5 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 172 213 -
CMYK 0.08 0.19 0 0.16
HSL 276.59º 0.33% 0.75% -
HSV(B) 276.59º 0.19% 0.84% -
XYZ 49.79 46.18 69.24 -
YUV 184.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 197 172 213 0.08 0.19 0 0.16 276.59 0.33 0.75
Hex C5 AC D5 8 13 0 10 115 21 4B
Octal 305 254 325 10 23 0 20 425 41 113
Binary 11000101 10101100 11010101 1000 10011 0 10000 100010101 100001 1001011

Color Harmonies of #C5ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACD5

Black with #C5ACD5

Text Example


Text Example

White with #C5ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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