Html Css Color HEX #D0BDD9 Prelude

📋 copy color: '#D0BDD9'

red 208 ◦ green 189 ◦ blue 217

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

Shades of Prelude #D0BDD9

Tints of Prelude #D0BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.78%

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 33.88%
G = 30.78%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0BDD9 (or 0xD0BDD9) is known color: Prelude. HEX triplet: D0, BD and D9. RGB value is (208,189,217). Sum of RGB (Red+Green+Blue) = 208+189+217=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDD9 is #2F4226. Grayscale: #C5C5C5. Windows color (decimal): -3097127 or 14269904. OLE color: 14269904.

HSL color Cylindrical-coordinate representation of color #D0BDD9: hue angle of 280.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0BDD9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 189 217 -
CMYK 0.04 0.13 0 0.15
HSL 280.71º 0.27% 0.8% -
HSV(B) 280.71º 0.13% 0.85% -
XYZ 56.73 54.81 73.24 -
YUV 197.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 208 189 217 0.04 0.13 0 0.15 280.71 0.27 0.8
Hex D0 BD D9 4 D 0 F 119 1B 50
Octal 320 275 331 4 15 0 17 431 33 120
Binary 11010000 10111101 11011001 100 1101 0 1111 100011001 11011 1010000

Color Harmonies of #D0BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDD9

Black with #D0BDD9

Text Example


Text Example

White with #D0BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDD9; }

 p { color: rgb(208,189,217); }

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

background-color css

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

 a { background-color: rgb(208,189,217); }

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

border-color css

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

 span { border-color: rgb(208,189,217); }

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