Html Css Color HEX #D0B9DD Prelude

📋 copy color: '#D0B9DD'

red 208 ◦ green 185 ◦ blue 221

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

Shades of Prelude #D0B9DD

Tints of Prelude #D0B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

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

R = 33.88%
G = 30.13%
B = 35.99%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0B9DD (or 0xD0B9DD) is known color: Prelude. HEX triplet: D0, B9 and DD. RGB value is (208,185,221). Sum of RGB (Red+Green+Blue) = 208+185+221=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9DD is #2F4622. Grayscale: #C3C3C3. Windows color (decimal): -3098147 or 14531024. OLE color: 14531024.

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

Color convert

RGB 208 185 221 -
CMYK 0.06 0.16 0 0.13
HSL 278.33º 0.35% 0.8% -
HSV(B) 278.33º 0.16% 0.87% -
XYZ 56.41 53.33 75.73 -
YUV 195.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 208 185 221 0.06 0.16 0 0.13 278.33 0.35 0.8
Hex D0 B9 DD 6 10 0 D 116 23 50
Octal 320 271 335 6 20 0 15 426 43 120
Binary 11010000 10111001 11011101 110 10000 0 1101 100010110 100011 1010000

Color Harmonies of #D0B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B9DD

Black with #D0B9DD

Text Example


Text Example

White with #D0B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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