Html Css Color HEX #D2AFDD Prelude

📋 copy color: '#D2AFDD'

red 210 ◦ green 175 ◦ blue 221

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

Shades of Prelude #D2AFDD

Tints of Prelude #D2AFDD

RGB

 RED value IS 210 (82.42% from 255) = 34.65%

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

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

R = 34.65%
G = 28.88%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2AFDD (or 0xD2AFDD) is known color: Prelude. HEX triplet: D2, AF and DD. RGB value is (210,175,221). Sum of RGB (Red+Green+Blue) = 210+175+221=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDD is #2D5022. Grayscale: #BEBEBE. Windows color (decimal): -2969635 or 14528466. OLE color: 14528466.

HSL color Cylindrical-coordinate representation of color #D2AFDD: hue angle of 285.65º 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 #D2AFDD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 175 221 -
CMYK 0.05 0.21 0 0.13
HSL 285.65º 0.4% 0.78% -
HSV(B) 285.65º 0.21% 0.87% -
XYZ 54.96 49.58 75.08 -
YUV 190.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 210 175 221 0.05 0.21 0 0.13 285.65 0.4 0.78
Hex D2 AF DD 5 15 0 D 11E 28 4E
Octal 322 257 335 5 25 0 15 436 50 116
Binary 11010010 10101111 11011101 101 10101 0 1101 100011110 101000 1001110

Color Harmonies of #D2AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFDD

Black with #D2AFDD

Text Example


Text Example

White with #D2AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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