Html Css Color HEX #D6AFDD Prelude

📋 copy color: '#D6AFDD'

red 214 ◦ green 175 ◦ blue 221

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

Shades of Prelude #D6AFDD

Tints of Prelude #D6AFDD

RGB

 RED value IS 214 (83.98% from 255) = 35.08%

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 35.08%
G = 28.69%
B = 36.23%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6AFDD (or 0xD6AFDD) is known color: Prelude. HEX triplet: D6, AF and DD. RGB value is (214,175,221). Sum of RGB (Red+Green+Blue) = 214+175+221=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDD is #295022. Grayscale: #BFBFBF. Windows color (decimal): -2707491 or 14528470. OLE color: 14528470.

HSL color Cylindrical-coordinate representation of color #D6AFDD: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AFDD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 175 221 -
CMYK 0.03 0.21 0 0.13
HSL 290.87º 0.4% 0.78% -
HSV(B) 290.87º 0.21% 0.87% -
XYZ 56.11 50.18 75.13 -
YUV 191.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 214 175 221 0.03 0.21 0 0.13 290.87 0.4 0.78
Hex D6 AF DD 3 15 0 D 123 28 4E
Octal 326 257 335 3 25 0 15 443 50 116
Binary 11010110 10101111 11011101 11 10101 0 1101 100100011 101000 1001110

Color Harmonies of #D6AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFDD

Black with #D6AFDD

Text Example


Text Example

White with #D6AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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