Html Css Color HEX #D5ADDE Prelude

📋 copy color: '#D5ADDE'

red 213 ◦ green 173 ◦ blue 222

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

Shades of Prelude #D5ADDE

Tints of Prelude #D5ADDE

RGB

 RED value IS 213 (83.59% from 255) = 35.03%

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

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

R = 35.03%
G = 28.45%
B = 36.51%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5ADDE (or 0xD5ADDE) is known color: Prelude. HEX triplet: D5, AD and DE. RGB value is (213,173,222). Sum of RGB (Red+Green+Blue) = 213+173+222=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDE is #2A5221. Grayscale: #BEBEBE. Windows color (decimal): -2773538 or 14593493. OLE color: 14593493.

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

Color convert

RGB 213 173 222 -
CMYK 0.04 0.22 0 0.13
HSL 288.98º 0.43% 0.77% -
HSV(B) 288.98º 0.22% 0.87% -
XYZ 55.57 49.31 75.7 -
YUV 190.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 213 173 222 0.04 0.22 0 0.13 288.98 0.43 0.77
Hex D5 AD DE 4 16 0 D 121 2B 4D
Octal 325 255 336 4 26 0 15 441 53 115
Binary 11010101 10101101 11011110 100 10110 0 1101 100100001 101011 1001101

Color Harmonies of #D5ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADDE

Black with #D5ADDE

Text Example


Text Example

White with #D5ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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