Html Css Color HEX #D7B4E6 Prelude

📋 copy color: '#D7B4E6'

red 215 ◦ green 180 ◦ blue 230

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

Shades of Prelude #D7B4E6

Tints of Prelude #D7B4E6

RGB

 RED value IS 215 (84.38% from 255) = 34.4%

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

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

R = 34.4%
G = 28.8%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D7B4E6 (or 0xD7B4E6) is known color: Prelude. HEX triplet: D7, B4 and E6. RGB value is (215,180,230). Sum of RGB (Red+Green+Blue) = 215+180+230=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4E6 is #284B19. Grayscale: #C4C4C4. Windows color (decimal): -2640666 or 15119575. OLE color: 15119575.

HSL color Cylindrical-coordinate representation of color #D7B4E6: hue angle of 282º 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 #D7B4E6 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 180 230 -
CMYK 0.07 0.22 0 0.10
HSL 282º 0.5% 0.8% -
HSV(B) 282º 0.22% 0.9% -
XYZ 58.63 52.8 81.96 -
YUV 196.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 215 180 230 0.07 0.22 0 0.10 282 0.5 0.8
Hex D7 B4 E6 7 16 0 A 11A 32 50
Octal 327 264 346 7 26 0 12 432 62 120
Binary 11010111 10110100 11100110 111 10110 0 1010 100011010 110010 1010000

Color Harmonies of #D7B4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B4E6

Black with #D7B4E6

Text Example


Text Example

White with #D7B4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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