Html Css Color HEX #D3AFDF Prelude

📋 copy color: '#D3AFDF'

red 211 ◦ green 175 ◦ blue 223

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

Shades of Prelude #D3AFDF

Tints of Prelude #D3AFDF

RGB

 RED value IS 211 (82.81% from 255) = 34.65%

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

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

R = 34.65%
G = 28.74%
B = 36.62%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3AFDF (or 0xD3AFDF) is known color: Prelude. HEX triplet: D3, AF and DF. RGB value is (211,175,223). Sum of RGB (Red+Green+Blue) = 211+175+223=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDF is #2C5020. Grayscale: #BFBFBF. Windows color (decimal): -2904097 or 14659539. OLE color: 14659539.

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

Color convert

RGB 211 175 223 -
CMYK 0.05 0.22 0 0.13
HSL 285º 0.43% 0.78% -
HSV(B) 285º 0.22% 0.87% -
XYZ 55.51 49.84 76.51 -
YUV 191.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 211 175 223 0.05 0.22 0 0.13 285 0.43 0.78
Hex D3 AF DF 5 16 0 D 11D 2B 4E
Octal 323 257 337 5 26 0 15 435 53 116
Binary 11010011 10101111 11011111 101 10110 0 1101 100011101 101011 1001110

Color Harmonies of #D3AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFDF

Black with #D3AFDF

Text Example


Text Example

White with #D3AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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