Html Css Color HEX #D2ADDB Prelude

📋 copy color: '#D2ADDB'

red 210 ◦ green 173 ◦ blue 219

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

Shades of Prelude #D2ADDB

Tints of Prelude #D2ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 34.88%
G = 28.74%
B = 36.38%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2ADDB (or 0xD2ADDB) is known color: Prelude. HEX triplet: D2, AD and DB. RGB value is (210,173,219). Sum of RGB (Red+Green+Blue) = 210+173+219=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDB is #2D5224. Grayscale: #BDBDBD. Windows color (decimal): -2970149 or 14396882. OLE color: 14396882.

HSL color Cylindrical-coordinate representation of color #D2ADDB: hue angle of 288.26º degrees, saturation: 0.39, 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 #D2ADDB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 173 219 -
CMYK 0.04 0.21 0 0.14
HSL 288.26º 0.39% 0.77% -
HSV(B) 288.26º 0.21% 0.86% -
XYZ 54.31 48.7 73.56 -
YUV 189.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 210 173 219 0.04 0.21 0 0.14 288.26 0.39 0.77
Hex D2 AD DB 4 15 0 E 120 27 4D
Octal 322 255 333 4 25 0 16 440 47 115
Binary 11010010 10101101 11011011 100 10101 0 1110 100100000 100111 1001101

Color Harmonies of #D2ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADDB

Black with #D2ADDB

Text Example


Text Example

White with #D2ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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