Html Css Color HEX #D0ADDD Prelude

📋 copy color: '#D0ADDD'

red 208 ◦ green 173 ◦ blue 221

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

Shades of Prelude #D0ADDD

Tints of Prelude #D0ADDD

RGB

 RED value IS 208 (81.64% from 255) = 34.55%

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 34.55%
G = 28.74%
B = 36.71%

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

#D0ADDD (or 0xD0ADDD) is known color: Prelude. HEX triplet: D0, AD and DD. RGB value is (208,173,221). Sum of RGB (Red+Green+Blue) = 208+173+221=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDD is #2F5222. Grayscale: #BCBCBC. Windows color (decimal): -3101219 or 14527952. OLE color: 14527952.

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

Color convert

RGB 208 173 221 -
CMYK 0.06 0.22 0 0.13
HSL 283.75º 0.41% 0.77% -
HSV(B) 283.75º 0.22% 0.87% -
XYZ 54.01 48.52 74.92 -
YUV 188.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 208 173 221 0.06 0.22 0 0.13 283.75 0.41 0.77
Hex D0 AD DD 6 16 0 D 11C 29 4D
Octal 320 255 335 6 26 0 15 434 51 115
Binary 11010000 10101101 11011101 110 10110 0 1101 100011100 101001 1001101

Color Harmonies of #D0ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADDD

Black with #D0ADDD

Text Example


Text Example

White with #D0ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADDD; }

 p { color: rgb(208,173,221); }

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

background-color css

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

 a { background-color: rgb(208,173,221); }

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

border-color css

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

 span { border-color: rgb(208,173,221); }

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