Html Css Color HEX #D8BAE7 Prelude

📋 copy color: '#D8BAE7'

red 216 ◦ green 186 ◦ blue 231

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

Shades of Prelude #D8BAE7

Tints of Prelude #D8BAE7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 34.12%
G = 29.38%
B = 36.49%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D8BAE7 (or 0xD8BAE7) is known color: Prelude. HEX triplet: D8, BA and E7. RGB value is (216,186,231). Sum of RGB (Red+Green+Blue) = 216+186+231=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAE7 is #274518. Grayscale: #C7C7C7. Windows color (decimal): -2573593 or 15186648. OLE color: 15186648.

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

Color convert

RGB 216 186 231 -
CMYK 0.06 0.19 0 0.09
HSL 280º 0.48% 0.82% -
HSV(B) 280º 0.19% 0.91% -
XYZ 60.3 55.49 83.13 -
YUV 200.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 216 186 231 0.06 0.19 0 0.09 280 0.48 0.82
Hex D8 BA E7 6 13 0 9 118 30 52
Octal 330 272 347 6 23 0 11 430 60 122
Binary 11011000 10111010 11100111 110 10011 0 1001 100011000 110000 1010010

Color Harmonies of #D8BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAE7

Black with #D8BAE7

Text Example


Text Example

White with #D8BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAE7; }

 p { color: rgb(216,186,231); }

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

background-color css

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

 a { background-color: rgb(216,186,231); }

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

border-color css

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

 span { border-color: rgb(216,186,231); }

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