Html Css Color HEX #D0BFDC Prelude

📋 copy color: '#D0BFDC'

red 208 ◦ green 191 ◦ blue 220

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

Shades of Prelude #D0BFDC

Tints of Prelude #D0BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 33.6%
G = 30.86%
B = 35.54%

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

#D0BFDC (or 0xD0BFDC) is known color: Prelude. HEX triplet: D0, BF and DC. RGB value is (208,191,220). Sum of RGB (Red+Green+Blue) = 208+191+220=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFDC is #2F4023. Grayscale: #C7C7C7. Windows color (decimal): -3096612 or 14467024. OLE color: 14467024.

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

Color convert

RGB 208 191 220 -
CMYK 0.05 0.13 0 0.14
HSL 275.17º 0.29% 0.81% -
HSV(B) 275.17º 0.13% 0.86% -
XYZ 57.56 55.84 75.45 -
YUV 199.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 208 191 220 0.05 0.13 0 0.14 275.17 0.29 0.81
Hex D0 BF DC 5 D 0 E 113 1D 51
Octal 320 277 334 5 15 0 16 423 35 121
Binary 11010000 10111111 11011100 101 1101 0 1110 100010011 11101 1010001

Color Harmonies of #D0BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BFDC

Black with #D0BFDC

Text Example


Text Example

White with #D0BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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