Html Css Color HEX #D5AFDE Prelude

📋 copy color: '#D5AFDE'

red 213 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D5AFDE

Tints of Prelude #D5AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 34.92%
G = 28.69%
B = 36.39%

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

#D5AFDE (or 0xD5AFDE) is known color: Prelude. HEX triplet: D5, AF and DE. RGB value is (213,175,222). Sum of RGB (Red+Green+Blue) = 213+175+222=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDE is #2A5021. Grayscale: #BFBFBF. Windows color (decimal): -2773026 or 14594005. OLE color: 14594005.

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

Color convert

RGB 213 175 222 -
CMYK 0.04 0.21 0 0.13
HSL 288.51º 0.42% 0.78% -
HSV(B) 288.51º 0.21% 0.87% -
XYZ 55.96 50.08 75.82 -
YUV 191.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 213 175 222 0.04 0.21 0 0.13 288.51 0.42 0.78
Hex D5 AF DE 4 15 0 D 121 2A 4E
Octal 325 257 336 4 25 0 15 441 52 116
Binary 11010101 10101111 11011110 100 10101 0 1101 100100001 101010 1001110

Color Harmonies of #D5AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFDE

Black with #D5AFDE

Text Example


Text Example

White with #D5AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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