Html Css Color HEX #D1ADDA Prelude

📋 copy color: '#D1ADDA'

red 209 ◦ green 173 ◦ blue 218

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

Shades of Prelude #D1ADDA

Tints of Prelude #D1ADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.83%

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 34.83%
G = 28.83%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1ADDA (or 0xD1ADDA) is known color: Prelude. HEX triplet: D1, AD and DA. RGB value is (209,173,218). Sum of RGB (Red+Green+Blue) = 209+173+218=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDA is #2E5225. Grayscale: #BCBCBC. Windows color (decimal): -3035686 or 14331345. OLE color: 14331345.

HSL color Cylindrical-coordinate representation of color #D1ADDA: hue angle of 288º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ADDA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 173 218 -
CMYK 0.04 0.21 0 0.15
HSL 288º 0.38% 0.77% -
HSV(B) 288º 0.21% 0.85% -
XYZ 53.89 48.5 72.85 -
YUV 188.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 209 173 218 0.04 0.21 0 0.15 288 0.38 0.77
Hex D1 AD DA 4 15 0 F 120 26 4D
Octal 321 255 332 4 25 0 17 440 46 115
Binary 11010001 10101101 11011010 100 10101 0 1111 100100000 100110 1001101

Color Harmonies of #D1ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADDA

Black with #D1ADDA

Text Example


Text Example

White with #D1ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADDA; }

 p { color: rgb(209,173,218); }

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

background-color css

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

 a { background-color: rgb(209,173,218); }

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

border-color css

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

 span { border-color: rgb(209,173,218); }

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