Html Css Color HEX #D0BADB Prelude

📋 copy color: '#D0BADB'

red 208 ◦ green 186 ◦ blue 219

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

Shades of Prelude #D0BADB

Tints of Prelude #D0BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 33.93%
G = 30.34%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0BADB (or 0xD0BADB) is known color: Prelude. HEX triplet: D0, BA and DB. RGB value is (208,186,219). Sum of RGB (Red+Green+Blue) = 208+186+219=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADB is #2F4524. Grayscale: #C4C4C4. Windows color (decimal): -3097893 or 14400208. OLE color: 14400208.

HSL color Cylindrical-coordinate representation of color #D0BADB: hue angle of 280º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BADB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 186 219 -
CMYK 0.05 0.15 0 0.14
HSL 280º 0.31% 0.79% -
HSV(B) 280º 0.15% 0.86% -
XYZ 56.36 53.64 74.4 -
YUV 196.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 208 186 219 0.05 0.15 0 0.14 280 0.31 0.79
Hex D0 BA DB 5 F 0 E 118 1F 4F
Octal 320 272 333 5 17 0 16 430 37 117
Binary 11010000 10111010 11011011 101 1111 0 1110 100011000 11111 1001111

Color Harmonies of #D0BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BADB

Black with #D0BADB

Text Example


Text Example

White with #D0BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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