Html Css Color HEX #D6B7E1 Prelude

📋 copy color: '#D6B7E1'

red 214 ◦ green 183 ◦ blue 225

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

Shades of Prelude #D6B7E1

Tints of Prelude #D6B7E1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.42%

 BLUE value IS 225 (88.28% from 255) = 36.17%

R = 34.41%
G = 29.42%
B = 36.17%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6B7E1 (or 0xD6B7E1) is known color: Prelude. HEX triplet: D6, B7 and E1. RGB value is (214,183,225). Sum of RGB (Red+Green+Blue) = 214+183+225=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6B7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7E1 is #29481E. Grayscale: #C4C4C4. Windows color (decimal): -2705439 or 14792662. OLE color: 14792662.

HSL color Cylindrical-coordinate representation of color #D6B7E1: hue angle of 284.29º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B7E1 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 183 225 -
CMYK 0.05 0.19 0 0.12
HSL 284.29º 0.41% 0.8% -
HSV(B) 284.29º 0.19% 0.88% -
XYZ 58.26 53.6 78.51 -
YUV 197.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 214 183 225 0.05 0.19 0 0.12 284.29 0.41 0.8
Hex D6 B7 E1 5 13 0 C 11C 29 50
Octal 326 267 341 5 23 0 14 434 51 120
Binary 11010110 10110111 11100001 101 10011 0 1100 100011100 101001 1010000

Color Harmonies of #D6B7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7E1

Black with #D6B7E1

Text Example


Text Example

White with #D6B7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7E1; }

 p { color: rgb(214,183,225); }

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

background-color css

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

 a { background-color: rgb(214,183,225); }

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

border-color css

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

 span { border-color: rgb(214,183,225); }

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