Html Css Color HEX #C5AFD1 Prelude

📋 copy color: '#C5AFD1'

red 197 ◦ green 175 ◦ blue 209

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

Shades of Prelude #C5AFD1

Tints of Prelude #C5AFD1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 33.91%
G = 30.12%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5AFD1 (or 0xC5AFD1) is known color: Prelude. HEX triplet: C5, AF and D1. RGB value is (197,175,209). Sum of RGB (Red+Green+Blue) = 197+175+209=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD1 is #3A502E. Grayscale: #B9B9B9. Windows color (decimal): -3821615 or 13742021. OLE color: 13742021.

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

Color convert

RGB 197 175 209 -
CMYK 0.06 0.16 0 0.18
HSL 278.82º 0.27% 0.75% -
HSV(B) 278.82º 0.16% 0.82% -
XYZ 49.86 47.13 66.79 -
YUV 185.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 197 175 209 0.06 0.16 0 0.18 278.82 0.27 0.75
Hex C5 AF D1 6 10 0 12 117 1B 4B
Octal 305 257 321 6 20 0 22 427 33 113
Binary 11000101 10101111 11010001 110 10000 0 10010 100010111 11011 1001011

Color Harmonies of #C5AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFD1

Black with #C5AFD1

Text Example


Text Example

White with #C5AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFD1; }

 p { color: rgb(197,175,209); }

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

background-color css

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

 a { background-color: rgb(197,175,209); }

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

border-color css

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

 span { border-color: rgb(197,175,209); }

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