Html Css Color HEX #C5ABD5 Prelude

📋 copy color: '#C5ABD5'

red 197 ◦ green 171 ◦ blue 213

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

Shades of Prelude #C5ABD5

Tints of Prelude #C5ABD5

RGB

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

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

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

R = 33.91%
G = 29.43%
B = 36.66%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5ABD5 (or 0xC5ABD5) is known color: Prelude. HEX triplet: C5, AB and D5. RGB value is (197,171,213). Sum of RGB (Red+Green+Blue) = 197+171+213=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABD5 is #3A542A. Grayscale: #B7B7B7. Windows color (decimal): -3822635 or 14003141. OLE color: 14003141.

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

Color convert

RGB 197 171 213 -
CMYK 0.08 0.20 0 0.16
HSL 277.14º 0.33% 0.75% -
HSV(B) 277.14º 0.2% 0.84% -
XYZ 49.6 45.8 69.18 -
YUV 183.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 197 171 213 0.08 0.20 0 0.16 277.14 0.33 0.75
Hex C5 AB D5 8 14 0 10 115 21 4B
Octal 305 253 325 10 24 0 20 425 41 113
Binary 11000101 10101011 11010101 1000 10100 0 10000 100010101 100001 1001011

Color Harmonies of #C5ABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABD5

Black with #C5ABD5

Text Example


Text Example

White with #C5ABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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