Html Css Color HEX #D1AFD6 Prelude

📋 copy color: '#D1AFD6'

red 209 ◦ green 175 ◦ blue 214

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

Shades of Prelude #D1AFD6

Tints of Prelude #D1AFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.79%

R = 34.95%
G = 29.26%
B = 35.79%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1AFD6 (or 0xD1AFD6) is known color: Prelude. HEX triplet: D1, AF and D6. RGB value is (209,175,214). Sum of RGB (Red+Green+Blue) = 209+175+214=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFD6 is #2E5029. Grayscale: #BDBDBD. Windows color (decimal): -3035178 or 14069713. OLE color: 14069713.

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

Color convert

RGB 209 175 214 -
CMYK 0.02 0.18 0 0.16
HSL 292.31º 0.32% 0.76% -
HSV(B) 292.31º 0.18% 0.84% -
XYZ 53.76 49.07 70.26 -
YUV 189.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 209 175 214 0.02 0.18 0 0.16 292.31 0.32 0.76
Hex D1 AF D6 2 12 0 10 124 20 4C
Octal 321 257 326 2 22 0 20 444 40 114
Binary 11010001 10101111 11010110 10 10010 0 10000 100100100 100000 1001100

Color Harmonies of #D1AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFD6

Black with #D1AFD6

Text Example


Text Example

White with #D1AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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