Html Css Color HEX #C9AFD1 Prelude

📋 copy color: '#C9AFD1'

red 201 ◦ green 175 ◦ blue 209

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

Shades of Prelude #C9AFD1

Tints of Prelude #C9AFD1

RGB

 RED value IS 201 (78.91% from 255) = 34.36%

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

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

R = 34.36%
G = 29.91%
B = 35.73%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9AFD1 (or 0xC9AFD1) is known color: Prelude. HEX triplet: C9, AF and D1. RGB value is (201,175,209). Sum of RGB (Red+Green+Blue) = 201+175+209=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFD1 is #36502E. Grayscale: #BABABA. Windows color (decimal): -3559471 or 13742025. OLE color: 13742025.

HSL color Cylindrical-coordinate representation of color #C9AFD1: hue angle of 285.88º 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 #C9AFD1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 175 209 -
CMYK 0.04 0.16 0 0.18
HSL 285.88º 0.27% 0.75% -
HSV(B) 285.88º 0.16% 0.82% -
XYZ 50.93 47.68 66.84 -
YUV 186.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 201 175 209 0.04 0.16 0 0.18 285.88 0.27 0.75
Hex C9 AF D1 4 10 0 12 11E 1B 4B
Octal 311 257 321 4 20 0 22 436 33 113
Binary 11001001 10101111 11010001 100 10000 0 10010 100011110 11011 1001011

Color Harmonies of #C9AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFD1

Black with #C9AFD1

Text Example


Text Example

White with #C9AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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