Html Css Color HEX #D3BAE0 Prelude

📋 copy color: '#D3BAE0'

red 211 ◦ green 186 ◦ blue 224

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

Shades of Prelude #D3BAE0

Tints of Prelude #D3BAE0

RGB

 RED value IS 211 (82.81% from 255) = 33.98%

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

 BLUE value IS 224 (87.89% from 255) = 36.07%

R = 33.98%
G = 29.95%
B = 36.07%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3BAE0 (or 0xD3BAE0) is known color: Prelude. HEX triplet: D3, BA and E0. RGB value is (211,186,224). Sum of RGB (Red+Green+Blue) = 211+186+224=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAE0 is #2C451F. Grayscale: #C5C5C5. Windows color (decimal): -2901280 or 14727891. OLE color: 14727891.

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

Color convert

RGB 211 186 224 -
CMYK 0.06 0.17 0 0.12
HSL 279.47º 0.38% 0.8% -
HSV(B) 279.47º 0.17% 0.88% -
XYZ 57.88 54.35 77.96 -
YUV 197.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 211 186 224 0.06 0.17 0 0.12 279.47 0.38 0.8
Hex D3 BA E0 6 11 0 C 117 26 50
Octal 323 272 340 6 21 0 14 427 46 120
Binary 11010011 10111010 11100000 110 10001 0 1100 100010111 100110 1010000

Color Harmonies of #D3BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BAE0

Black with #D3BAE0

Text Example


Text Example

White with #D3BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BAE0; }

 p { color: rgb(211,186,224); }

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

background-color css

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

 a { background-color: rgb(211,186,224); }

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

border-color css

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

 span { border-color: rgb(211,186,224); }

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