Html Css Color HEX #C5ACD0 Prelude

📋 copy color: '#C5ACD0'

red 197 ◦ green 172 ◦ blue 208

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

Shades of Prelude #C5ACD0

Tints of Prelude #C5ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 34.14%
G = 29.81%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5ACD0 (or 0xC5ACD0) is known color: Prelude. HEX triplet: C5, AC and D0. RGB value is (197,172,208). Sum of RGB (Red+Green+Blue) = 197+172+208=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACD0 is #3A532F. Grayscale: #B7B7B7. Windows color (decimal): -3822384 or 13675717. OLE color: 13675717.

HSL color Cylindrical-coordinate representation of color #C5ACD0: hue angle of 281.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ACD0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 172 208 -
CMYK 0.05 0.17 0 0.18
HSL 281.67º 0.28% 0.75% -
HSV(B) 281.67º 0.17% 0.82% -
XYZ 49.16 45.93 65.95 -
YUV 183.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 197 172 208 0.05 0.17 0 0.18 281.67 0.28 0.75
Hex C5 AC D0 5 11 0 12 11A 1C 4B
Octal 305 254 320 5 21 0 22 432 34 113
Binary 11000101 10101100 11010000 101 10001 0 10010 100011010 11100 1001011

Color Harmonies of #C5ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACD0

Black with #C5ACD0

Text Example


Text Example

White with #C5ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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