Html Css Color HEX #D3ADDE Prelude

📋 copy color: '#D3ADDE'

red 211 ◦ green 173 ◦ blue 222

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

Shades of Prelude #D3ADDE

Tints of Prelude #D3ADDE

RGB

 RED value IS 211 (82.81% from 255) = 34.82%

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

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

R = 34.82%
G = 28.55%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3ADDE (or 0xD3ADDE) is known color: Prelude. HEX triplet: D3, AD and DE. RGB value is (211,173,222). Sum of RGB (Red+Green+Blue) = 211+173+222=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDE is #2C5221. Grayscale: #BDBDBD. Windows color (decimal): -2904610 or 14593491. OLE color: 14593491.

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

Color convert

RGB 211 173 222 -
CMYK 0.05 0.22 0 0.13
HSL 286.53º 0.43% 0.77% -
HSV(B) 286.53º 0.22% 0.87% -
XYZ 54.99 49.01 75.67 -
YUV 189.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 211 173 222 0.05 0.22 0 0.13 286.53 0.43 0.77
Hex D3 AD DE 5 16 0 D 11F 2B 4D
Octal 323 255 336 5 26 0 15 437 53 115
Binary 11010011 10101101 11011110 101 10110 0 1101 100011111 101011 1001101

Color Harmonies of #D3ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADDE

Black with #D3ADDE

Text Example


Text Example

White with #D3ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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