Html Css Color HEX #D0AFDE Prelude

📋 copy color: '#D0AFDE'

red 208 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D0AFDE

Tints of Prelude #D0AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 34.38%
G = 28.93%
B = 36.69%

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

#D0AFDE (or 0xD0AFDE) is known color: Prelude. HEX triplet: D0, AF and DE. RGB value is (208,175,222). Sum of RGB (Red+Green+Blue) = 208+175+222=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDE is #2F5021. Grayscale: #BEBEBE. Windows color (decimal): -3100706 or 14594000. OLE color: 14594000.

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

Color convert

RGB 208 175 222 -
CMYK 0.06 0.21 0 0.13
HSL 282.13º 0.42% 0.78% -
HSV(B) 282.13º 0.21% 0.87% -
XYZ 54.53 49.34 75.76 -
YUV 190.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 208 175 222 0.06 0.21 0 0.13 282.13 0.42 0.78
Hex D0 AF DE 6 15 0 D 11A 2A 4E
Octal 320 257 336 6 25 0 15 432 52 116
Binary 11010000 10101111 11011110 110 10101 0 1101 100011010 101010 1001110

Color Harmonies of #D0AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFDE

Black with #D0AFDE

Text Example


Text Example

White with #D0AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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