Html Css Color HEX #D6BFE1 Prelude

📋 copy color: '#D6BFE1'

red 214 ◦ green 191 ◦ blue 225

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

Shades of Prelude #D6BFE1

Tints of Prelude #D6BFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.32%

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

R = 33.97%
G = 30.32%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6BFE1 (or 0xD6BFE1) is known color: Prelude. HEX triplet: D6, BF and E1. RGB value is (214,191,225). Sum of RGB (Red+Green+Blue) = 214+191+225=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFE1 is #29401E. Grayscale: #C9C9C9. Windows color (decimal): -2703391 or 14794710. OLE color: 14794710.

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

Color convert

RGB 214 191 225 -
CMYK 0.05 0.15 0 0.12
HSL 280.59º 0.36% 0.82% -
HSV(B) 280.59º 0.15% 0.88% -
XYZ 59.95 56.99 79.08 -
YUV 201.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 214 191 225 0.05 0.15 0 0.12 280.59 0.36 0.82
Hex D6 BF E1 5 F 0 C 119 24 52
Octal 326 277 341 5 17 0 14 431 44 122
Binary 11010110 10111111 11100001 101 1111 0 1100 100011001 100100 1010010

Color Harmonies of #D6BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFE1

Black with #D6BFE1

Text Example


Text Example

White with #D6BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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