Html Css Color HEX #D4AFDE Prelude

📋 copy color: '#D4AFDE'

red 212 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D4AFDE

Tints of Prelude #D4AFDE

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

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

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

R = 34.81%
G = 28.74%
B = 36.45%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4AFDE (or 0xD4AFDE) is known color: Prelude. HEX triplet: D4, AF and DE. RGB value is (212,175,222). Sum of RGB (Red+Green+Blue) = 212+175+222=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDE is #2B5021. Grayscale: #BFBFBF. Windows color (decimal): -2838562 or 14594004. OLE color: 14594004.

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

Color convert

RGB 212 175 222 -
CMYK 0.05 0.21 0 0.13
HSL 287.23º 0.42% 0.78% -
HSV(B) 287.23º 0.21% 0.87% -
XYZ 55.67 49.93 75.81 -
YUV 191.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 212 175 222 0.05 0.21 0 0.13 287.23 0.42 0.78
Hex D4 AF DE 5 15 0 D 11F 2A 4E
Octal 324 257 336 5 25 0 15 437 52 116
Binary 11010100 10101111 11011110 101 10101 0 1101 100011111 101010 1001110

Color Harmonies of #D4AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFDE

Black with #D4AFDE

Text Example


Text Example

White with #D4AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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