Html Css Color HEX #D4BCDF Prelude

📋 copy color: '#D4BCDF'

red 212 ◦ green 188 ◦ blue 223

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

Shades of Prelude #D4BCDF

Tints of Prelude #D4BCDF

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

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

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

R = 34.03%
G = 30.18%
B = 35.79%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4BCDF (or 0xD4BCDF) is known color: Prelude. HEX triplet: D4, BC and DF. RGB value is (212,188,223). Sum of RGB (Red+Green+Blue) = 212+188+223=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCDF is #2B4320. Grayscale: #C7C7C7. Windows color (decimal): -2835233 or 14662868. OLE color: 14662868.

HSL color Cylindrical-coordinate representation of color #D4BCDF: hue angle of 281.14º 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 #D4BCDF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 188 223 -
CMYK 0.05 0.16 0 0.13
HSL 281.14º 0.35% 0.81% -
HSV(B) 281.14º 0.16% 0.87% -
XYZ 58.45 55.29 77.4 -
YUV 199.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 212 188 223 0.05 0.16 0 0.13 281.14 0.35 0.81
Hex D4 BC DF 5 10 0 D 119 23 51
Octal 324 274 337 5 20 0 15 431 43 121
Binary 11010100 10111100 11011111 101 10000 0 1101 100011001 100011 1010001

Color Harmonies of #D4BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCDF

Black with #D4BCDF

Text Example


Text Example

White with #D4BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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