Html Css Color HEX #D2ADDF Prelude

📋 copy color: '#D2ADDF'

red 210 ◦ green 173 ◦ blue 223

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

Shades of Prelude #D2ADDF

Tints of Prelude #D2ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 34.65%
G = 28.55%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2ADDF (or 0xD2ADDF) is known color: Prelude. HEX triplet: D2, AD and DF. RGB value is (210,173,223). Sum of RGB (Red+Green+Blue) = 210+173+223=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDF is #2D5220. Grayscale: #BDBDBD. Windows color (decimal): -2970145 or 14659026. OLE color: 14659026.

HSL color Cylindrical-coordinate representation of color #D2ADDF: hue angle of 284.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ADDF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 173 223 -
CMYK 0.06 0.22 0 0.13
HSL 284.4º 0.44% 0.78% -
HSV(B) 284.4º 0.22% 0.87% -
XYZ 54.84 48.92 76.36 -
YUV 189.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 210 173 223 0.06 0.22 0 0.13 284.4 0.44 0.78
Hex D2 AD DF 6 16 0 D 11C 2C 4E
Octal 322 255 337 6 26 0 15 434 54 116
Binary 11010010 10101101 11011111 110 10110 0 1101 100011100 101100 1001110

Color Harmonies of #D2ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADDF

Black with #D2ADDF

Text Example


Text Example

White with #D2ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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