Html Css Color HEX #D7BAE7 Fog

📋 copy color: '#D7BAE7'

red 215 ◦ green 186 ◦ blue 231

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

Shades of Fog #D7BAE7

Tints of Fog #D7BAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 34.02%
G = 29.43%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D7BAE7 (or 0xD7BAE7) is known color: Fog. HEX triplet: D7, BA and E7. RGB value is (215,186,231). Sum of RGB (Red+Green+Blue) = 215+186+231=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAE7 is #284518. Grayscale: #C7C7C7. Windows color (decimal): -2639129 or 15186647. OLE color: 15186647.

HSL color Cylindrical-coordinate representation of color #D7BAE7: hue angle of 278.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7BAE7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 186 231 -
CMYK 0.07 0.19 0 0.09
HSL 278.67º 0.48% 0.82% -
HSV(B) 278.67º 0.19% 0.91% -
XYZ 60.01 55.33 83.12 -
YUV 199.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 215 186 231 0.07 0.19 0 0.09 278.67 0.48 0.82
Hex D7 BA E7 7 13 0 9 117 30 52
Octal 327 272 347 7 23 0 11 427 60 122
Binary 11010111 10111010 11100111 111 10011 0 1001 100010111 110000 1010010

Color Harmonies of #D7BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAE7

Black with #D7BAE7

Text Example


Text Example

White with #D7BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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