Html Css Color HEX #D8B2E4 Prelude

📋 copy color: '#D8B2E4'

red 216 ◦ green 178 ◦ blue 228

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

Shades of Prelude #D8B2E4

Tints of Prelude #D8B2E4

RGB

 RED value IS 216 (84.77% from 255) = 34.73%

 GREEN value IS 178 (69.92% from 255) = 28.62%

 BLUE value IS 228 (89.45% from 255) = 36.66%

R = 34.73%
G = 28.62%
B = 36.66%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D8B2E4 (or 0xD8B2E4) is known color: Prelude. HEX triplet: D8, B2 and E4. RGB value is (216,178,228). Sum of RGB (Red+Green+Blue) = 216+178+228=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8B2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2E4 is #274D1B. Grayscale: #C2C2C2. Windows color (decimal): -2575644 or 14987992. OLE color: 14987992.

HSL color Cylindrical-coordinate representation of color #D8B2E4: hue angle of 285.6º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8B2E4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 178 228 -
CMYK 0.05 0.22 0 0.11
HSL 285.6º 0.48% 0.8% -
HSV(B) 285.6º 0.22% 0.89% -
XYZ 58.24 52.04 80.37 -
YUV 195.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 216 178 228 0.05 0.22 0 0.11 285.6 0.48 0.8
Hex D8 B2 E4 5 16 0 B 11E 30 50
Octal 330 262 344 5 26 0 13 436 60 120
Binary 11011000 10110010 11100100 101 10110 0 1011 100011110 110000 1010000

Color Harmonies of #D8B2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2E4

Black with #D8B2E4

Text Example


Text Example

White with #D8B2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2E4; }

 p { color: rgb(216,178,228); }

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

background-color css

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

 a { background-color: rgb(216,178,228); }

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

border-color css

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

 span { border-color: rgb(216,178,228); }

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