Html Css Color HEX #D8BAE6 Prelude

📋 copy color: '#D8BAE6'

red 216 ◦ green 186 ◦ blue 230

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

Shades of Prelude #D8BAE6

Tints of Prelude #D8BAE6

RGB

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

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

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

R = 34.18%
G = 29.43%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D8BAE6 (or 0xD8BAE6) is known color: Prelude. HEX triplet: D8, BA and E6. RGB value is (216,186,230). Sum of RGB (Red+Green+Blue) = 216+186+230=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAE6 is #274519. Grayscale: #C7C7C7. Windows color (decimal): -2573594 or 15121112. OLE color: 15121112.

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

Color convert

RGB 216 186 230 -
CMYK 0.06 0.19 0 0.10
HSL 280.91º 0.47% 0.82% -
HSV(B) 280.91º 0.19% 0.9% -
XYZ 60.16 55.43 82.39 -
YUV 199.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 216 186 230 0.06 0.19 0 0.10 280.91 0.47 0.82
Hex D8 BA E6 6 13 0 A 119 2F 52
Octal 330 272 346 6 23 0 12 431 57 122
Binary 11011000 10111010 11100110 110 10011 0 1010 100011001 101111 1010010

Color Harmonies of #D8BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAE6

Black with #D8BAE6

Text Example


Text Example

White with #D8BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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