Html Css Color HEX #D0BCDF Prelude

📋 copy color: '#D0BCDF'

red 208 ◦ green 188 ◦ blue 223

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

Shades of Prelude #D0BCDF

Tints of Prelude #D0BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 33.6%
G = 30.37%
B = 36.03%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0BCDF (or 0xD0BCDF) is known color: Prelude. HEX triplet: D0, BC and DF. RGB value is (208,188,223). Sum of RGB (Red+Green+Blue) = 208+188+223=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCDF is #2F4320. Grayscale: #C5C5C5. Windows color (decimal): -3097377 or 14662864. OLE color: 14662864.

HSL color Cylindrical-coordinate representation of color #D0BCDF: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BCDF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 188 223 -
CMYK 0.07 0.16 0 0.13
HSL 274.29º 0.35% 0.81% -
HSV(B) 274.29º 0.16% 0.87% -
XYZ 57.31 54.7 77.35 -
YUV 197.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 208 188 223 0.07 0.16 0 0.13 274.29 0.35 0.81
Hex D0 BC DF 7 10 0 D 112 23 51
Octal 320 274 337 7 20 0 15 422 43 121
Binary 11010000 10111100 11011111 111 10000 0 1101 100010010 100011 1010001

Color Harmonies of #D0BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BCDF

Black with #D0BCDF

Text Example


Text Example

White with #D0BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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