Html Css Color HEX #D1AEDF Prelude

📋 copy color: '#D1AEDF'

red 209 ◦ green 174 ◦ blue 223

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

Shades of Prelude #D1AEDF

Tints of Prelude #D1AEDF

RGB

 RED value IS 209 (82.03% from 255) = 34.49%

 GREEN value IS 174 (68.36% from 255) = 28.71%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 34.49%
G = 28.71%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1AEDF (or 0xD1AEDF) is known color: Prelude. HEX triplet: D1, AE and DF. RGB value is (209,174,223). Sum of RGB (Red+Green+Blue) = 209+174+223=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDF is #2E5120. Grayscale: #BDBDBD. Windows color (decimal): -3035425 or 14659281. OLE color: 14659281.

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

Color convert

RGB 209 174 223 -
CMYK 0.06 0.22 0 0.13
HSL 282.86º 0.43% 0.78% -
HSV(B) 282.86º 0.22% 0.87% -
XYZ 54.75 49.16 76.41 -
YUV 190.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 209 174 223 0.06 0.22 0 0.13 282.86 0.43 0.78
Hex D1 AE DF 6 16 0 D 11B 2B 4E
Octal 321 256 337 6 26 0 15 433 53 116
Binary 11010001 10101110 11011111 110 10110 0 1101 100011011 101011 1001110

Color Harmonies of #D1AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEDF

Black with #D1AEDF

Text Example


Text Example

White with #D1AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEDF; }

 p { color: rgb(209,174,223); }

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

background-color css

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

 a { background-color: rgb(209,174,223); }

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

border-color css

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

 span { border-color: rgb(209,174,223); }

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