Html Css Color HEX #D5BAF1 Fog

📋 copy color: '#D5BAF1'

red 213 ◦ green 186 ◦ blue 241

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

Shades of Fog #D5BAF1

Tints of Fog #D5BAF1

RGB

 RED value IS 213 (83.59% from 255) = 33.28%

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

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 33.28%
G = 29.06%
B = 37.66%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5BAF1 (or 0xD5BAF1) is known color: Fog. HEX triplet: D5, BA and F1. RGB value is (213,186,241). Sum of RGB (Red+Green+Blue) = 213+186+241=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAF1 is #2A450E. Grayscale: #C8C8C8. Windows color (decimal): -2770191 or 15842005. OLE color: 15842005.

HSL color Cylindrical-coordinate representation of color #D5BAF1: hue angle of 269.45º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5BAF1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 186 241 -
CMYK 0.12 0.23 0 0.05
HSL 269.45º 0.66% 0.84% -
HSV(B) 269.45º 0.23% 0.95% -
XYZ 60.88 55.61 90.75 -
YUV 200.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 213 186 241 0.12 0.23 0 0.05 269.45 0.66 0.84
Hex D5 BA F1 C 17 0 5 10D 42 54
Octal 325 272 361 14 27 0 5 415 102 124
Binary 11010101 10111010 11110001 1100 10111 0 101 100001101 1000010 1010100

Color Harmonies of #D5BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAF1

Black with #D5BAF1

Text Example


Text Example

White with #D5BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAF1; }

 p { color: rgb(213,186,241); }

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

background-color css

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

 a { background-color: rgb(213,186,241); }

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

border-color css

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

 span { border-color: rgb(213,186,241); }

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