Html Css Color HEX #D7BAF1 Fog

📋 copy color: '#D7BAF1'

red 215 ◦ green 186 ◦ blue 241

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

Shades of Fog #D7BAF1

Tints of Fog #D7BAF1

RGB

 RED value IS 215 (84.38% from 255) = 33.49%

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

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

R = 33.49%
G = 28.97%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7BAF1 (or 0xD7BAF1) is known color: Fog. HEX triplet: D7, BA and F1. RGB value is (215,186,241). Sum of RGB (Red+Green+Blue) = 215+186+241=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAF1 is #28450E. Grayscale: #C8C8C8. Windows color (decimal): -2639119 or 15842007. OLE color: 15842007.

HSL color Cylindrical-coordinate representation of color #D7BAF1: hue angle of 271.64º 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 #D7BAF1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 186 241 -
CMYK 0.11 0.23 0 0.05
HSL 271.64º 0.66% 0.84% -
HSV(B) 271.64º 0.23% 0.95% -
XYZ 61.46 55.92 90.77 -
YUV 200.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 215 186 241 0.11 0.23 0 0.05 271.64 0.66 0.84
Hex D7 BA F1 B 17 0 5 110 42 54
Octal 327 272 361 13 27 0 5 420 102 124
Binary 11010111 10111010 11110001 1011 10111 0 101 100010000 1000010 1010100

Color Harmonies of #D7BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAF1

Black with #D7BAF1

Text Example


Text Example

White with #D7BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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