Html Css Color HEX #D0AFDF Prelude

📋 copy color: '#D0AFDF'

red 208 ◦ green 175 ◦ blue 223

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

Shades of Prelude #D0AFDF

Tints of Prelude #D0AFDF

RGB

 RED value IS 208 (81.64% from 255) = 34.32%

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

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

R = 34.32%
G = 28.88%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0AFDF (or 0xD0AFDF) is known color: Prelude. HEX triplet: D0, AF and DF. RGB value is (208,175,223). Sum of RGB (Red+Green+Blue) = 208+175+223=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDF is #2F5020. Grayscale: #BEBEBE. Windows color (decimal): -3100705 or 14659536. OLE color: 14659536.

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

Color convert

RGB 208 175 223 -
CMYK 0.07 0.22 0 0.13
HSL 281.25º 0.43% 0.78% -
HSV(B) 281.25º 0.22% 0.87% -
XYZ 54.66 49.4 76.47 -
YUV 190.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 208 175 223 0.07 0.22 0 0.13 281.25 0.43 0.78
Hex D0 AF DF 7 16 0 D 119 2B 4E
Octal 320 257 337 7 26 0 15 431 53 116
Binary 11010000 10101111 11011111 111 10110 0 1101 100011001 101011 1001110

Color Harmonies of #D0AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDF

Black with #D0AFDF

Text Example


Text Example

White with #D0AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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