Html Css Color HEX #D6AFDE Prelude

📋 copy color: '#D6AFDE'

red 214 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D6AFDE

Tints of Prelude #D6AFDE

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

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

R = 35.02%
G = 28.64%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6AFDE (or 0xD6AFDE) is known color: Prelude. HEX triplet: D6, AF and DE. RGB value is (214,175,222). Sum of RGB (Red+Green+Blue) = 214+175+222=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDE is #295021. Grayscale: #BFBFBF. Windows color (decimal): -2707490 or 14594006. OLE color: 14594006.

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

Color convert

RGB 214 175 222 -
CMYK 0.04 0.21 0 0.13
HSL 289.79º 0.42% 0.78% -
HSV(B) 289.79º 0.21% 0.87% -
XYZ 56.25 50.23 75.84 -
YUV 192.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 214 175 222 0.04 0.21 0 0.13 289.79 0.42 0.78
Hex D6 AF DE 4 15 0 D 122 2A 4E
Octal 326 257 336 4 25 0 15 442 52 116
Binary 11010110 10101111 11011110 100 10101 0 1101 100100010 101010 1001110

Color Harmonies of #D6AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFDE

Black with #D6AFDE

Text Example


Text Example

White with #D6AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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