Html Css Color HEX #D4B4E6 Prelude

📋 copy color: '#D4B4E6'

red 212 ◦ green 180 ◦ blue 230

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

Shades of Prelude #D4B4E6

Tints of Prelude #D4B4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 34.08%
G = 28.94%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4B4E6 (or 0xD4B4E6) is known color: Prelude. HEX triplet: D4, B4 and E6. RGB value is (212,180,230). Sum of RGB (Red+Green+Blue) = 212+180+230=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4E6 is #2B4B19. Grayscale: #C3C3C3. Windows color (decimal): -2837274 or 15119572. OLE color: 15119572.

HSL color Cylindrical-coordinate representation of color #D4B4E6: hue angle of 278.4º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B4E6 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 180 230 -
CMYK 0.08 0.22 0 0.10
HSL 278.4º 0.5% 0.8% -
HSV(B) 278.4º 0.22% 0.9% -
XYZ 57.76 52.35 81.92 -
YUV 195.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 212 180 230 0.08 0.22 0 0.10 278.4 0.5 0.8
Hex D4 B4 E6 8 16 0 A 116 32 50
Octal 324 264 346 10 26 0 12 426 62 120
Binary 11010100 10110100 11100110 1000 10110 0 1010 100010110 110010 1010000

Color Harmonies of #D4B4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4E6

Black with #D4B4E6

Text Example


Text Example

White with #D4B4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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