Html Css Color HEX #D2ADDC Prelude

📋 copy color: '#D2ADDC'

red 210 ◦ green 173 ◦ blue 220

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

Shades of Prelude #D2ADDC

Tints of Prelude #D2ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 34.83%
G = 28.69%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2ADDC (or 0xD2ADDC) is known color: Prelude. HEX triplet: D2, AD and DC. RGB value is (210,173,220). Sum of RGB (Red+Green+Blue) = 210+173+220=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDC is #2D5223. Grayscale: #BDBDBD. Windows color (decimal): -2970148 or 14462418. OLE color: 14462418.

HSL color Cylindrical-coordinate representation of color #D2ADDC: hue angle of 287.23º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2ADDC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 173 220 -
CMYK 0.05 0.21 0 0.14
HSL 287.23º 0.4% 0.77% -
HSV(B) 287.23º 0.21% 0.86% -
XYZ 54.44 48.76 74.25 -
YUV 189.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 210 173 220 0.05 0.21 0 0.14 287.23 0.4 0.77
Hex D2 AD DC 5 15 0 E 11F 28 4D
Octal 322 255 334 5 25 0 16 437 50 115
Binary 11010010 10101101 11011100 101 10101 0 1110 100011111 101000 1001101

Color Harmonies of #D2ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADDC

Black with #D2ADDC

Text Example


Text Example

White with #D2ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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