Html Css Color HEX #D4BBDC Prelude

📋 copy color: '#D4BBDC'

red 212 ◦ green 187 ◦ blue 220

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

Shades of Prelude #D4BBDC

Tints of Prelude #D4BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.21%

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

R = 34.25%
G = 30.21%
B = 35.54%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4BBDC (or 0xD4BBDC) is known color: Prelude. HEX triplet: D4, BB and DC. RGB value is (212,187,220). Sum of RGB (Red+Green+Blue) = 212+187+220=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 187 (73.44% from 255 or 30.21% 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 #D4BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBDC is #2B4423. Grayscale: #C6C6C6. Windows color (decimal): -2835492 or 14466004. OLE color: 14466004.

HSL color Cylindrical-coordinate representation of color #D4BBDC: hue angle of 285.45º degrees, saturation: 0.32, 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 #D4BBDC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 187 220 -
CMYK 0.04 0.15 0 0.14
HSL 285.45º 0.32% 0.8% -
HSV(B) 285.45º 0.15% 0.86% -
XYZ 57.84 54.71 75.22 -
YUV 198.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 212 187 220 0.04 0.15 0 0.14 285.45 0.32 0.8
Hex D4 BB DC 4 F 0 E 11D 20 50
Octal 324 273 334 4 17 0 16 435 40 120
Binary 11010100 10111011 11011100 100 1111 0 1110 100011101 100000 1010000

Color Harmonies of #D4BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBDC

Black with #D4BBDC

Text Example


Text Example

White with #D4BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBDC; }

 p { color: rgb(212,187,220); }

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

background-color css

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

 a { background-color: rgb(212,187,220); }

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

border-color css

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

 span { border-color: rgb(212,187,220); }

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