Html Css Color HEX #D0AFDD Prelude

📋 copy color: '#D0AFDD'

red 208 ◦ green 175 ◦ blue 221

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

Shades of Prelude #D0AFDD

Tints of Prelude #D0AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 34.44%
G = 28.97%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0AFDD (or 0xD0AFDD) is known color: Prelude. HEX triplet: D0, AF and DD. RGB value is (208,175,221). Sum of RGB (Red+Green+Blue) = 208+175+221=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDD is #2F5022. Grayscale: #BDBDBD. Windows color (decimal): -3100707 or 14528464. OLE color: 14528464.

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

Color convert

RGB 208 175 221 -
CMYK 0.06 0.21 0 0.13
HSL 283.04º 0.4% 0.78% -
HSV(B) 283.04º 0.21% 0.87% -
XYZ 54.39 49.29 75.05 -
YUV 190.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 208 175 221 0.06 0.21 0 0.13 283.04 0.4 0.78
Hex D0 AF DD 6 15 0 D 11B 28 4E
Octal 320 257 335 6 25 0 15 433 50 116
Binary 11010000 10101111 11011101 110 10101 0 1101 100011011 101000 1001110

Color Harmonies of #D0AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDD

Black with #D0AFDD

Text Example


Text Example

White with #D0AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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