Html Css Color HEX #D6ADE0 Prelude

📋 copy color: '#D6ADE0'

red 214 ◦ green 173 ◦ blue 224

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

Shades of Prelude #D6ADE0

Tints of Prelude #D6ADE0

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 35.02%
G = 28.31%
B = 36.66%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6ADE0 (or 0xD6ADE0) is known color: Prelude. HEX triplet: D6, AD and E0. RGB value is (214,173,224). Sum of RGB (Red+Green+Blue) = 214+173+224=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADE0 is #29521F. Grayscale: #BEBEBE. Windows color (decimal): -2708000 or 14724566. OLE color: 14724566.

HSL color Cylindrical-coordinate representation of color #D6ADE0: hue angle of 288.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6ADE0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 173 224 -
CMYK 0.04 0.23 0 0.12
HSL 288.24º 0.45% 0.78% -
HSV(B) 288.24º 0.23% 0.88% -
XYZ 56.13 49.57 77.13 -
YUV 191.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 214 173 224 0.04 0.23 0 0.12 288.24 0.45 0.78
Hex D6 AD E0 4 17 0 C 120 2D 4E
Octal 326 255 340 4 27 0 14 440 55 116
Binary 11010110 10101101 11100000 100 10111 0 1100 100100000 101101 1001110

Color Harmonies of #D6ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADE0

Black with #D6ADE0

Text Example


Text Example

White with #D6ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADE0; }

 p { color: rgb(214,173,224); }

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

background-color css

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

 a { background-color: rgb(214,173,224); }

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

border-color css

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

 span { border-color: rgb(214,173,224); }

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