Html Css Color HEX #D1ADDE Prelude

📋 copy color: '#D1ADDE'

red 209 ◦ green 173 ◦ blue 222

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

Shades of Prelude #D1ADDE

Tints of Prelude #D1ADDE

RGB

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

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

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

R = 34.6%
G = 28.64%
B = 36.75%

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

#D1ADDE (or 0xD1ADDE) is known color: Prelude. HEX triplet: D1, AD and DE. RGB value is (209,173,222). Sum of RGB (Red+Green+Blue) = 209+173+222=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDE is #2E5221. Grayscale: #BDBDBD. Windows color (decimal): -3035682 or 14593489. OLE color: 14593489.

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

Color convert

RGB 209 173 222 -
CMYK 0.06 0.22 0 0.13
HSL 284.08º 0.43% 0.77% -
HSV(B) 284.08º 0.22% 0.87% -
XYZ 54.42 48.72 75.64 -
YUV 189.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 209 173 222 0.06 0.22 0 0.13 284.08 0.43 0.77
Hex D1 AD DE 6 16 0 D 11C 2B 4D
Octal 321 255 336 6 26 0 15 434 53 115
Binary 11010001 10101101 11011110 110 10110 0 1101 100011100 101011 1001101

Color Harmonies of #D1ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADDE

Black with #D1ADDE

Text Example


Text Example

White with #D1ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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