Html Css Color HEX #D5AFDF Prelude

📋 copy color: '#D5AFDF'

red 213 ◦ green 175 ◦ blue 223

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

Shades of Prelude #D5AFDF

Tints of Prelude #D5AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 34.86%
G = 28.64%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5AFDF (or 0xD5AFDF) is known color: Prelude. HEX triplet: D5, AF and DF. RGB value is (213,175,223). Sum of RGB (Red+Green+Blue) = 213+175+223=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDF is #2A5020. Grayscale: #BFBFBF. Windows color (decimal): -2773025 or 14659541. OLE color: 14659541.

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

Color convert

RGB 213 175 223 -
CMYK 0.04 0.22 0 0.13
HSL 287.5º 0.43% 0.78% -
HSV(B) 287.5º 0.22% 0.87% -
XYZ 56.09 50.13 76.53 -
YUV 191.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 213 175 223 0.04 0.22 0 0.13 287.5 0.43 0.78
Hex D5 AF DF 4 16 0 D 120 2B 4E
Octal 325 257 337 4 26 0 15 440 53 116
Binary 11010101 10101111 11011111 100 10110 0 1101 100100000 101011 1001110

Color Harmonies of #D5AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFDF

Black with #D5AFDF

Text Example


Text Example

White with #D5AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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