Html Css Color HEX #D0BADF Prelude

📋 copy color: '#D0BADF'

red 208 ◦ green 186 ◦ blue 223

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

Shades of Prelude #D0BADF

Tints of Prelude #D0BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 33.71%
G = 30.15%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0BADF (or 0xD0BADF) is known color: Prelude. HEX triplet: D0, BA and DF. RGB value is (208,186,223). Sum of RGB (Red+Green+Blue) = 208+186+223=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADF is #2F4520. Grayscale: #C4C4C4. Windows color (decimal): -3097889 or 14662352. OLE color: 14662352.

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

Color convert

RGB 208 186 223 -
CMYK 0.07 0.17 0 0.13
HSL 275.68º 0.37% 0.8% -
HSV(B) 275.68º 0.17% 0.87% -
XYZ 56.89 53.86 77.21 -
YUV 196.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 208 186 223 0.07 0.17 0 0.13 275.68 0.37 0.8
Hex D0 BA DF 7 11 0 D 114 25 50
Octal 320 272 337 7 21 0 15 424 45 120
Binary 11010000 10111010 11011111 111 10001 0 1101 100010100 100101 1010000

Color Harmonies of #D0BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BADF

Black with #D0BADF

Text Example


Text Example

White with #D0BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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