Html Css Color HEX #D2AFDF Prelude

📋 copy color: '#D2AFDF'

red 210 ◦ green 175 ◦ blue 223

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

Shades of Prelude #D2AFDF

Tints of Prelude #D2AFDF

RGB

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

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

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

R = 34.54%
G = 28.78%
B = 36.68%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2AFDF (or 0xD2AFDF) is known color: Prelude. HEX triplet: D2, AF and DF. RGB value is (210,175,223). Sum of RGB (Red+Green+Blue) = 210+175+223=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDF is #2D5020. Grayscale: #BEBEBE. Windows color (decimal): -2969633 or 14659538. OLE color: 14659538.

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

Color convert

RGB 210 175 223 -
CMYK 0.06 0.22 0 0.13
HSL 283.75º 0.43% 0.78% -
HSV(B) 283.75º 0.22% 0.87% -
XYZ 55.23 49.69 76.49 -
YUV 190.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 210 175 223 0.06 0.22 0 0.13 283.75 0.43 0.78
Hex D2 AF DF 6 16 0 D 11C 2B 4E
Octal 322 257 337 6 26 0 15 434 53 116
Binary 11010010 10101111 11011111 110 10110 0 1101 100011100 101011 1001110

Color Harmonies of #D2AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFDF

Black with #D2AFDF

Text Example


Text Example

White with #D2AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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