Html Css Color HEX #D1AFD7 Prelude

📋 copy color: '#D1AFD7'

red 209 ◦ green 175 ◦ blue 215

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

Shades of Prelude #D1AFD7

Tints of Prelude #D1AFD7

RGB

 RED value IS 209 (82.03% from 255) = 34.89%

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

 BLUE value IS 215 (84.38% from 255) = 35.89%

R = 34.89%
G = 29.22%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1AFD7 (or 0xD1AFD7) is known color: Prelude. HEX triplet: D1, AF and D7. RGB value is (209,175,215). Sum of RGB (Red+Green+Blue) = 209+175+215=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFD7 is #2E5028. Grayscale: #BDBDBD. Windows color (decimal): -3035177 or 14135249. OLE color: 14135249.

HSL color Cylindrical-coordinate representation of color #D1AFD7: hue angle of 291º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AFD7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 175 215 -
CMYK 0.03 0.19 0 0.16
HSL 291º 0.33% 0.76% -
HSV(B) 291º 0.19% 0.84% -
XYZ 53.89 49.12 70.93 -
YUV 189.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 209 175 215 0.03 0.19 0 0.16 291 0.33 0.76
Hex D1 AF D7 3 13 0 10 123 21 4C
Octal 321 257 327 3 23 0 20 443 41 114
Binary 11010001 10101111 11010111 11 10011 0 10000 100100011 100001 1001100

Color Harmonies of #D1AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFD7

Black with #D1AFD7

Text Example


Text Example

White with #D1AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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