Html Css Color HEX #D8BAE5 Prelude

📋 copy color: '#D8BAE5'

red 216 ◦ green 186 ◦ blue 229

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

Shades of Prelude #D8BAE5

Tints of Prelude #D8BAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 34.23%
G = 29.48%
B = 36.29%

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

#D8BAE5 (or 0xD8BAE5) is known color: Prelude. HEX triplet: D8, BA and E5. RGB value is (216,186,229). Sum of RGB (Red+Green+Blue) = 216+186+229=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAE5 is #27451A. Grayscale: #C7C7C7. Windows color (decimal): -2573595 or 15055576. OLE color: 15055576.

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

Color convert

RGB 216 186 229 -
CMYK 0.06 0.19 0 0.10
HSL 281.86º 0.45% 0.81% -
HSV(B) 281.86º 0.19% 0.9% -
XYZ 60.02 55.37 81.65 -
YUV 199.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 216 186 229 0.06 0.19 0 0.10 281.86 0.45 0.81
Hex D8 BA E5 6 13 0 A 11A 2D 51
Octal 330 272 345 6 23 0 12 432 55 121
Binary 11011000 10111010 11100101 110 10011 0 1010 100011010 101101 1010001

Color Harmonies of #D8BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAE5

Black with #D8BAE5

Text Example


Text Example

White with #D8BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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