Html Css Color HEX #D0BCDC Prelude

📋 copy color: '#D0BCDC'

red 208 ◦ green 188 ◦ blue 220

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

Shades of Prelude #D0BCDC

Tints of Prelude #D0BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

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

R = 33.77%
G = 30.52%
B = 35.71%

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

#D0BCDC (or 0xD0BCDC) is known color: Prelude. HEX triplet: D0, BC and DC. RGB value is (208,188,220). Sum of RGB (Red+Green+Blue) = 208+188+220=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCDC is #2F4323. Grayscale: #C5C5C5. Windows color (decimal): -3097380 or 14466256. OLE color: 14466256.

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

Color convert

RGB 208 188 220 -
CMYK 0.05 0.15 0 0.14
HSL 277.5º 0.31% 0.8% -
HSV(B) 277.5º 0.15% 0.86% -
XYZ 56.91 54.54 75.24 -
YUV 197.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 208 188 220 0.05 0.15 0 0.14 277.5 0.31 0.8
Hex D0 BC DC 5 F 0 E 116 1F 50
Octal 320 274 334 5 17 0 16 426 37 120
Binary 11010000 10111100 11011100 101 1111 0 1110 100010110 11111 1010000

Color Harmonies of #D0BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BCDC

Black with #D0BCDC

Text Example


Text Example

White with #D0BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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