Html Css Color HEX #D6BAE5 Prelude

📋 copy color: '#D6BAE5'

red 214 ◦ green 186 ◦ blue 229

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

Shades of Prelude #D6BAE5

Tints of Prelude #D6BAE5

RGB

 RED value IS 214 (83.98% from 255) = 34.02%

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

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

R = 34.02%
G = 29.57%
B = 36.41%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6BAE5 (or 0xD6BAE5) is known color: Prelude. HEX triplet: D6, BA and E5. RGB value is (214,186,229). Sum of RGB (Red+Green+Blue) = 214+186+229=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAE5 is #29451A. Grayscale: #C7C7C7. Windows color (decimal): -2704667 or 15055574. OLE color: 15055574.

HSL color Cylindrical-coordinate representation of color #D6BAE5: hue angle of 279.07º 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 #D6BAE5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 186 229 -
CMYK 0.07 0.19 0 0.10
HSL 279.07º 0.45% 0.81% -
HSV(B) 279.07º 0.19% 0.9% -
XYZ 59.43 55.07 81.63 -
YUV 199.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 214 186 229 0.07 0.19 0 0.10 279.07 0.45 0.81
Hex D6 BA E5 7 13 0 A 117 2D 51
Octal 326 272 345 7 23 0 12 427 55 121
Binary 11010110 10111010 11100101 111 10011 0 1010 100010111 101101 1010001

Color Harmonies of #D6BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAE5

Black with #D6BAE5

Text Example


Text Example

White with #D6BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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