Html Css Color HEX #D7BAF0 Fog

📋 copy color: '#D7BAF0'

red 215 ◦ green 186 ◦ blue 240

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

Shades of Fog #D7BAF0

Tints of Fog #D7BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.44%

R = 33.54%
G = 29.02%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7BAF0 (or 0xD7BAF0) is known color: Fog. HEX triplet: D7, BA and F0. RGB value is (215,186,240). Sum of RGB (Red+Green+Blue) = 215+186+240=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAF0 is #28450F. Grayscale: #C8C8C8. Windows color (decimal): -2639120 or 15776471. OLE color: 15776471.

HSL color Cylindrical-coordinate representation of color #D7BAF0: hue angle of 272.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7BAF0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 186 240 -
CMYK 0.10 0.22 0 0.06
HSL 272.22º 0.64% 0.84% -
HSV(B) 272.22º 0.23% 0.94% -
XYZ 61.31 55.86 89.99 -
YUV 200.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 215 186 240 0.10 0.22 0 0.06 272.22 0.64 0.84
Hex D7 BA F0 A 16 0 6 110 40 54
Octal 327 272 360 12 26 0 6 420 100 124
Binary 11010111 10111010 11110000 1010 10110 0 110 100010000 1000000 1010100

Color Harmonies of #D7BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAF0

Black with #D7BAF0

Text Example


Text Example

White with #D7BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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