Html Css Color HEX #D0BADD Prelude

📋 copy color: '#D0BADD'

red 208 ◦ green 186 ◦ blue 221

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

Shades of Prelude #D0BADD

Tints of Prelude #D0BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

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

R = 33.82%
G = 30.24%
B = 35.93%

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

#D0BADD (or 0xD0BADD) is known color: Prelude. HEX triplet: D0, BA and DD. RGB value is (208,186,221). Sum of RGB (Red+Green+Blue) = 208+186+221=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADD is #2F4522. Grayscale: #C4C4C4. Windows color (decimal): -3097891 or 14531280. OLE color: 14531280.

HSL color Cylindrical-coordinate representation of color #D0BADD: hue angle of 277.71º degrees, saturation: 0.34, 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 #D0BADD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 186 221 -
CMYK 0.06 0.16 0 0.13
HSL 277.71º 0.34% 0.8% -
HSV(B) 277.71º 0.16% 0.87% -
XYZ 56.62 53.75 75.8 -
YUV 196.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 208 186 221 0.06 0.16 0 0.13 277.71 0.34 0.8
Hex D0 BA DD 6 10 0 D 116 22 50
Octal 320 272 335 6 20 0 15 426 42 120
Binary 11010000 10111010 11011101 110 10000 0 1101 100010110 100010 1010000

Color Harmonies of #D0BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BADD

Black with #D0BADD

Text Example


Text Example

White with #D0BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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