Html Css Color HEX #D4BEDF Prelude

📋 copy color: '#D4BEDF'

red 212 ◦ green 190 ◦ blue 223

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

Shades of Prelude #D4BEDF

Tints of Prelude #D4BEDF

RGB

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

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

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

R = 33.92%
G = 30.4%
B = 35.68%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4BEDF (or 0xD4BEDF) is known color: Prelude. HEX triplet: D4, BE and DF. RGB value is (212,190,223). Sum of RGB (Red+Green+Blue) = 212+190+223=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEDF is #2B4120. Grayscale: #C8C8C8. Windows color (decimal): -2834721 or 14663380. OLE color: 14663380.

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

Color convert

RGB 212 190 223 -
CMYK 0.05 0.15 0 0.13
HSL 280º 0.34% 0.81% -
HSV(B) 280º 0.15% 0.87% -
XYZ 58.88 56.15 77.55 -
YUV 200.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 212 190 223 0.05 0.15 0 0.13 280 0.34 0.81
Hex D4 BE DF 5 F 0 D 118 22 51
Octal 324 276 337 5 17 0 15 430 42 121
Binary 11010100 10111110 11011111 101 1111 0 1101 100011000 100010 1010001

Color Harmonies of #D4BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEDF

Black with #D4BEDF

Text Example


Text Example

White with #D4BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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