Html Css Color HEX #C9AFD2 Prelude

📋 copy color: '#C9AFD2'

red 201 ◦ green 175 ◦ blue 210

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

Shades of Prelude #C9AFD2

Tints of Prelude #C9AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 34.3%
G = 29.86%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9AFD2 (or 0xC9AFD2) is known color: Prelude. HEX triplet: C9, AF and D2. RGB value is (201,175,210). Sum of RGB (Red+Green+Blue) = 201+175+210=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #C9AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFD2 is #36502D. Grayscale: #BABABA. Windows color (decimal): -3559470 or 13807561. OLE color: 13807561.

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

Color convert

RGB 201 175 210 -
CMYK 0.04 0.17 0 0.18
HSL 284.57º 0.28% 0.75% -
HSV(B) 284.57º 0.17% 0.82% -
XYZ 51.05 47.73 67.5 -
YUV 186.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 201 175 210 0.04 0.17 0 0.18 284.57 0.28 0.75
Hex C9 AF D2 4 11 0 12 11D 1C 4B
Octal 311 257 322 4 21 0 22 435 34 113
Binary 11001001 10101111 11010010 100 10001 0 10010 100011101 11100 1001011

Color Harmonies of #C9AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFD2

Black with #C9AFD2

Text Example


Text Example

White with #C9AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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