Html Css Color HEX #D4BEDD Prelude

📋 copy color: '#D4BEDD'

red 212 ◦ green 190 ◦ blue 221

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

Shades of Prelude #D4BEDD

Tints of Prelude #D4BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 34.03%
G = 30.5%
B = 35.47%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4BEDD (or 0xD4BEDD) is known color: Prelude. HEX triplet: D4, BE and DD. RGB value is (212,190,221). Sum of RGB (Red+Green+Blue) = 212+190+221=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEDD is #2B4122. Grayscale: #C8C8C8. Windows color (decimal): -2834723 or 14532308. OLE color: 14532308.

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

Color convert

RGB 212 190 221 -
CMYK 0.04 0.14 0 0.13
HSL 282.58º 0.31% 0.81% -
HSV(B) 282.58º 0.14% 0.87% -
XYZ 58.62 56.04 76.13 -
YUV 200.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 212 190 221 0.04 0.14 0 0.13 282.58 0.31 0.81
Hex D4 BE DD 4 E 0 D 11B 1F 51
Octal 324 276 335 4 16 0 15 433 37 121
Binary 11010100 10111110 11011101 100 1110 0 1101 100011011 11111 1010001

Color Harmonies of #D4BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEDD

Black with #D4BEDD

Text Example


Text Example

White with #D4BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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