Html Css Color HEX #D4B3E9 Prelude

📋 copy color: '#D4B3E9'

red 212 ◦ green 179 ◦ blue 233

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

Shades of Prelude #D4B3E9

Tints of Prelude #D4B3E9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

 BLUE value IS 233 (91.41% from 255) = 37.34%

R = 33.97%
G = 28.69%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D4B3E9 (or 0xD4B3E9) is known color: Prelude. HEX triplet: D4, B3 and E9. RGB value is (212,179,233). Sum of RGB (Red+Green+Blue) = 212+179+233=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4B3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3E9 is #2B4C16. Grayscale: #C2C2C2. Windows color (decimal): -2837527 or 15315924. OLE color: 15315924.

HSL color Cylindrical-coordinate representation of color #D4B3E9: hue angle of 276.67º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B3E9 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 179 233 -
CMYK 0.09 0.23 0 0.09
HSL 276.67º 0.55% 0.81% -
HSV(B) 276.67º 0.23% 0.91% -
XYZ 57.98 52.12 84.1 -
YUV 195.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 212 179 233 0.09 0.23 0 0.09 276.67 0.55 0.81
Hex D4 B3 E9 9 17 0 9 115 37 51
Octal 324 263 351 11 27 0 11 425 67 121
Binary 11010100 10110011 11101001 1001 10111 0 1001 100010101 110111 1010001

Color Harmonies of #D4B3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B3E9

Black with #D4B3E9

Text Example


Text Example

White with #D4B3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B3E9; }

 p { color: rgb(212,179,233); }

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

background-color css

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

 a { background-color: rgb(212,179,233); }

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

border-color css

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

 span { border-color: rgb(212,179,233); }

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