Html Css Color HEX #D2ADE0 Prelude

📋 copy color: '#D2ADE0'

red 210 ◦ green 173 ◦ blue 224

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

Shades of Prelude #D2ADE0

Tints of Prelude #D2ADE0

RGB

 RED value IS 210 (82.42% from 255) = 34.6%

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

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

R = 34.6%
G = 28.5%
B = 36.9%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2ADE0 (or 0xD2ADE0) is known color: Prelude. HEX triplet: D2, AD and E0. RGB value is (210,173,224). Sum of RGB (Red+Green+Blue) = 210+173+224=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADE0 is #2D521F. Grayscale: #BDBDBD. Windows color (decimal): -2970144 or 14724562. OLE color: 14724562.

HSL color Cylindrical-coordinate representation of color #D2ADE0: hue angle of 283.53º 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 #D2ADE0 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 173 224 -
CMYK 0.06 0.23 0 0.12
HSL 283.53º 0.45% 0.78% -
HSV(B) 283.53º 0.23% 0.88% -
XYZ 54.98 48.97 77.08 -
YUV 189.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 210 173 224 0.06 0.23 0 0.12 283.53 0.45 0.78
Hex D2 AD E0 6 17 0 C 11C 2D 4E
Octal 322 255 340 6 27 0 14 434 55 116
Binary 11010010 10101101 11100000 110 10111 0 1100 100011100 101101 1001110

Color Harmonies of #D2ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADE0

Black with #D2ADE0

Text Example


Text Example

White with #D2ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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