Html Css Color HEX #D8B8E8 Prelude

📋 copy color: '#D8B8E8'

red 216 ◦ green 184 ◦ blue 232

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

Shades of Prelude #D8B8E8

Tints of Prelude #D8B8E8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 34.18%
G = 29.11%
B = 36.71%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D8B8E8 (or 0xD8B8E8) is known color: Prelude. HEX triplet: D8, B8 and E8. RGB value is (216,184,232). Sum of RGB (Red+Green+Blue) = 216+184+232=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8B8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B8E8 is #274717. Grayscale: #C6C6C6. Windows color (decimal): -2574104 or 15251672. OLE color: 15251672.

HSL color Cylindrical-coordinate representation of color #D8B8E8: hue angle of 280º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B8E8 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 184 232 -
CMYK 0.07 0.21 0 0.09
HSL 280º 0.51% 0.82% -
HSV(B) 280º 0.21% 0.91% -
XYZ 60.02 54.71 83.74 -
YUV 199.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 216 184 232 0.07 0.21 0 0.09 280 0.51 0.82
Hex D8 B8 E8 7 15 0 9 118 33 52
Octal 330 270 350 7 25 0 11 430 63 122
Binary 11011000 10111000 11101000 111 10101 0 1001 100011000 110011 1010010

Color Harmonies of #D8B8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B8E8

Black with #D8B8E8

Text Example


Text Example

White with #D8B8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B8E8; }

 p { color: rgb(216,184,232); }

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

background-color css

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

 a { background-color: rgb(216,184,232); }

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

border-color css

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

 span { border-color: rgb(216,184,232); }

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