Html Css Color HEX #D4BEDC Prelude

📋 copy color: '#D4BEDC'

red 212 ◦ green 190 ◦ blue 220

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

Shades of Prelude #D4BEDC

Tints of Prelude #D4BEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.55%

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

R = 34.08%
G = 30.55%
B = 35.37%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4BEDC (or 0xD4BEDC) is known color: Prelude. HEX triplet: D4, BE and DC. RGB value is (212,190,220). Sum of RGB (Red+Green+Blue) = 212+190+220=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEDC is #2B4123. Grayscale: #C7C7C7. Windows color (decimal): -2834724 or 14466772. OLE color: 14466772.

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

Color convert

RGB 212 190 220 -
CMYK 0.04 0.14 0 0.14
HSL 284º 0.3% 0.8% -
HSV(B) 284º 0.14% 0.86% -
XYZ 58.48 55.99 75.44 -
YUV 200 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 212 190 220 0.04 0.14 0 0.14 284 0.3 0.8
Hex D4 BE DC 4 E 0 E 11C 1E 50
Octal 324 276 334 4 16 0 16 434 36 120
Binary 11010100 10111110 11011100 100 1110 0 1110 100011100 11110 1010000

Color Harmonies of #D4BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEDC

Black with #D4BEDC

Text Example


Text Example

White with #D4BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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