Html Css Color HEX #D5BAE7 Fog

📋 copy color: '#D5BAE7'

red 213 ◦ green 186 ◦ blue 231

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

Shades of Fog #D5BAE7

Tints of Fog #D5BAE7

RGB

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

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

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

R = 33.81%
G = 29.52%
B = 36.67%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5BAE7 (or 0xD5BAE7) is known color: Fog. HEX triplet: D5, BA and E7. RGB value is (213,186,231). Sum of RGB (Red+Green+Blue) = 213+186+231=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAE7 is #2A4518. Grayscale: #C7C7C7. Windows color (decimal): -2770201 or 15186645. OLE color: 15186645.

HSL color Cylindrical-coordinate representation of color #D5BAE7: hue angle of 276º 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 #D5BAE7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 186 231 -
CMYK 0.08 0.19 0 0.09
HSL 276º 0.48% 0.82% -
HSV(B) 276º 0.19% 0.91% -
XYZ 59.42 55.03 83.09 -
YUV 199.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 213 186 231 0.08 0.19 0 0.09 276 0.48 0.82
Hex D5 BA E7 8 13 0 9 114 30 52
Octal 325 272 347 10 23 0 11 424 60 122
Binary 11010101 10111010 11100111 1000 10011 0 1001 100010100 110000 1010010

Color Harmonies of #D5BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAE7

Black with #D5BAE7

Text Example


Text Example

White with #D5BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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