Html Css Color HEX #D0BDDB Prelude

📋 copy color: '#D0BDDB'

red 208 ◦ green 189 ◦ blue 219

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

Shades of Prelude #D0BDDB

Tints of Prelude #D0BDDB

RGB

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

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

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

R = 33.77%
G = 30.68%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0BDDB (or 0xD0BDDB) is known color: Prelude. HEX triplet: D0, BD and DB. RGB value is (208,189,219). Sum of RGB (Red+Green+Blue) = 208+189+219=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDDB is #2F4224. Grayscale: #C6C6C6. Windows color (decimal): -3097125 or 14400976. OLE color: 14400976.

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

Color convert

RGB 208 189 219 -
CMYK 0.05 0.14 0 0.14
HSL 278º 0.29% 0.8% -
HSV(B) 278º 0.14% 0.86% -
XYZ 57 54.92 74.61 -
YUV 198.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 208 189 219 0.05 0.14 0 0.14 278 0.29 0.8
Hex D0 BD DB 5 E 0 E 116 1D 50
Octal 320 275 333 5 16 0 16 426 35 120
Binary 11010000 10111101 11011011 101 1110 0 1110 100010110 11101 1010000

Color Harmonies of #D0BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDDB

Black with #D0BDDB

Text Example


Text Example

White with #D0BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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