Html Css Color HEX #D1AFDC Prelude

📋 copy color: '#D1AFDC'

red 209 ◦ green 175 ◦ blue 220

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

Shades of Prelude #D1AFDC

Tints of Prelude #D1AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 34.6%
G = 28.97%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1AFDC (or 0xD1AFDC) is known color: Prelude. HEX triplet: D1, AF and DC. RGB value is (209,175,220). Sum of RGB (Red+Green+Blue) = 209+175+220=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDC is #2E5023. Grayscale: #BEBEBE. Windows color (decimal): -3035172 or 14462929. OLE color: 14462929.

HSL color Cylindrical-coordinate representation of color #D1AFDC: hue angle of 285.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1AFDC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 175 220 -
CMYK 0.05 0.20 0 0.14
HSL 285.33º 0.39% 0.77% -
HSV(B) 285.33º 0.2% 0.86% -
XYZ 54.54 49.38 74.37 -
YUV 190.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 209 175 220 0.05 0.20 0 0.14 285.33 0.39 0.77
Hex D1 AF DC 5 14 0 E 11D 27 4D
Octal 321 257 334 5 24 0 16 435 47 115
Binary 11010001 10101111 11011100 101 10100 0 1110 100011101 100111 1001101

Color Harmonies of #D1AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFDC

Black with #D1AFDC

Text Example


Text Example

White with #D1AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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