Html Css Color HEX #D4B4E9 Prelude

📋 copy color: '#D4B4E9'

red 212 ◦ green 180 ◦ blue 233

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

Shades of Prelude #D4B4E9

Tints of Prelude #D4B4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.8%

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

R = 33.92%
G = 28.8%
B = 37.28%

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

#D4B4E9 (or 0xD4B4E9) is known color: Prelude. HEX triplet: D4, B4 and E9. RGB value is (212,180,233). Sum of RGB (Red+Green+Blue) = 212+180+233=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4B4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4E9 is #2B4B16. Grayscale: #C3C3C3. Windows color (decimal): -2837271 or 15316180. OLE color: 15316180.

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

Color convert

RGB 212 180 233 -
CMYK 0.09 0.23 0 0.09
HSL 276.23º 0.55% 0.81% -
HSV(B) 276.23º 0.23% 0.91% -
XYZ 58.18 52.52 84.16 -
YUV 195.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 212 180 233 0.09 0.23 0 0.09 276.23 0.55 0.81
Hex D4 B4 E9 9 17 0 9 114 37 51
Octal 324 264 351 11 27 0 11 424 67 121
Binary 11010100 10110100 11101001 1001 10111 0 1001 100010100 110111 1010001

Color Harmonies of #D4B4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4E9

Black with #D4B4E9

Text Example


Text Example

White with #D4B4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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