Html Css Color HEX #D4AFE1 Prelude

📋 copy color: '#D4AFE1'

red 212 ◦ green 175 ◦ blue 225

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

Shades of Prelude #D4AFE1

Tints of Prelude #D4AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.76%

R = 34.64%
G = 28.59%
B = 36.76%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D4AFE1 (or 0xD4AFE1) is known color: Prelude. HEX triplet: D4, AF and E1. RGB value is (212,175,225). Sum of RGB (Red+Green+Blue) = 212+175+225=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFE1 is #2B501E. Grayscale: #BFBFBF. Windows color (decimal): -2838559 or 14790612. OLE color: 14790612.

HSL color Cylindrical-coordinate representation of color #D4AFE1: hue angle of 284.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4AFE1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 175 225 -
CMYK 0.06 0.22 0 0.12
HSL 284.4º 0.45% 0.78% -
HSV(B) 284.4º 0.22% 0.88% -
XYZ 56.07 50.09 77.95 -
YUV 191.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 212 175 225 0.06 0.22 0 0.12 284.4 0.45 0.78
Hex D4 AF E1 6 16 0 C 11C 2D 4E
Octal 324 257 341 6 26 0 14 434 55 116
Binary 11010100 10101111 11100001 110 10110 0 1100 100011100 101101 1001110

Color Harmonies of #D4AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFE1

Black with #D4AFE1

Text Example


Text Example

White with #D4AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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