Html Css Color HEX #D0B7DD Prelude

📋 copy color: '#D0B7DD'

red 208 ◦ green 183 ◦ blue 221

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

Shades of Prelude #D0B7DD

Tints of Prelude #D0B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.9%

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

R = 33.99%
G = 29.9%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0B7DD (or 0xD0B7DD) is known color: Prelude. HEX triplet: D0, B7 and DD. RGB value is (208,183,221). Sum of RGB (Red+Green+Blue) = 208+183+221=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7DD is #2F4822. Grayscale: #C2C2C2. Windows color (decimal): -3098659 or 14530512. OLE color: 14530512.

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

Color convert

RGB 208 183 221 -
CMYK 0.06 0.17 0 0.13
HSL 279.47º 0.36% 0.79% -
HSV(B) 279.47º 0.17% 0.87% -
XYZ 56 52.5 75.59 -
YUV 194.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 208 183 221 0.06 0.17 0 0.13 279.47 0.36 0.79
Hex D0 B7 DD 6 11 0 D 117 24 4F
Octal 320 267 335 6 21 0 15 427 44 117
Binary 11010000 10110111 11011101 110 10001 0 1101 100010111 100100 1001111

Color Harmonies of #D0B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B7DD

Black with #D0B7DD

Text Example


Text Example

White with #D0B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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