Html Css Color HEX #D4BCDB Prelude

📋 copy color: '#D4BCDB'

red 212 ◦ green 188 ◦ blue 219

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

Shades of Prelude #D4BCDB

Tints of Prelude #D4BCDB

RGB

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

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

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

R = 34.25%
G = 30.37%
B = 35.38%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4BCDB (or 0xD4BCDB) is known color: Prelude. HEX triplet: D4, BC and DB. RGB value is (212,188,219). Sum of RGB (Red+Green+Blue) = 212+188+219=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCDB is #2B4324. Grayscale: #C6C6C6. Windows color (decimal): -2835237 or 14400724. OLE color: 14400724.

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

Color convert

RGB 212 188 219 -
CMYK 0.03 0.14 0 0.14
HSL 286.45º 0.3% 0.8% -
HSV(B) 286.45º 0.14% 0.86% -
XYZ 57.92 55.08 74.6 -
YUV 198.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 212 188 219 0.03 0.14 0 0.14 286.45 0.3 0.8
Hex D4 BC DB 3 E 0 E 11E 1E 50
Octal 324 274 333 3 16 0 16 436 36 120
Binary 11010100 10111100 11011011 11 1110 0 1110 100011110 11110 1010000

Color Harmonies of #D4BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCDB

Black with #D4BCDB

Text Example


Text Example

White with #D4BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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