Html Css Color HEX #D0BFDB Prelude

📋 copy color: '#D0BFDB'

red 208 ◦ green 191 ◦ blue 219

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

Shades of Prelude #D0BFDB

Tints of Prelude #D0BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

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

R = 33.66%
G = 30.91%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0BFDB (or 0xD0BFDB) is known color: Prelude. HEX triplet: D0, BF and DB. RGB value is (208,191,219). Sum of RGB (Red+Green+Blue) = 208+191+219=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFDB is #2F4024. Grayscale: #C7C7C7. Windows color (decimal): -3096613 or 14401488. OLE color: 14401488.

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

Color convert

RGB 208 191 219 -
CMYK 0.05 0.13 0 0.14
HSL 276.43º 0.28% 0.8% -
HSV(B) 276.43º 0.13% 0.86% -
XYZ 57.43 55.79 74.76 -
YUV 199.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 208 191 219 0.05 0.13 0 0.14 276.43 0.28 0.8
Hex D0 BF DB 5 D 0 E 114 1C 50
Octal 320 277 333 5 15 0 16 424 34 120
Binary 11010000 10111111 11011011 101 1101 0 1110 100010100 11100 1010000

Color Harmonies of #D0BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFDB

Black with #D0BFDB

Text Example


Text Example

White with #D0BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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