Html Css Color HEX #D5AFDD Prelude

📋 copy color: '#D5AFDD'

red 213 ◦ green 175 ◦ blue 221

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

Shades of Prelude #D5AFDD

Tints of Prelude #D5AFDD

RGB

 RED value IS 213 (83.59% from 255) = 34.98%

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

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

R = 34.98%
G = 28.74%
B = 36.29%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5AFDD (or 0xD5AFDD) is known color: Prelude. HEX triplet: D5, AF and DD. RGB value is (213,175,221). Sum of RGB (Red+Green+Blue) = 213+175+221=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDD is #2A5022. Grayscale: #BFBFBF. Windows color (decimal): -2773027 or 14528469. OLE color: 14528469.

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

Color convert

RGB 213 175 221 -
CMYK 0.04 0.21 0 0.13
HSL 289.57º 0.4% 0.78% -
HSV(B) 289.57º 0.21% 0.87% -
XYZ 55.82 50.03 75.12 -
YUV 191.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 213 175 221 0.04 0.21 0 0.13 289.57 0.4 0.78
Hex D5 AF DD 4 15 0 D 122 28 4E
Octal 325 257 335 4 25 0 15 442 50 116
Binary 11010101 10101111 11011101 100 10101 0 1101 100100010 101000 1001110

Color Harmonies of #D5AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFDD

Black with #D5AFDD

Text Example


Text Example

White with #D5AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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