Html Css Color HEX #D6BAE6 Fog

📋 copy color: '#D6BAE6'

red 214 ◦ green 186 ◦ blue 230

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

Shades of Fog #D6BAE6

Tints of Fog #D6BAE6

RGB

 RED value IS 214 (83.98% from 255) = 33.97%

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 33.97%
G = 29.52%
B = 36.51%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6BAE6 (or 0xD6BAE6) is known color: Fog. HEX triplet: D6, BA and E6. RGB value is (214,186,230). Sum of RGB (Red+Green+Blue) = 214+186+230=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAE6 is #294519. Grayscale: #C7C7C7. Windows color (decimal): -2704666 or 15121110. OLE color: 15121110.

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

Color convert

RGB 214 186 230 -
CMYK 0.07 0.19 0 0.10
HSL 278.18º 0.47% 0.82% -
HSV(B) 278.18º 0.19% 0.9% -
XYZ 59.57 55.13 82.36 -
YUV 199.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 214 186 230 0.07 0.19 0 0.10 278.18 0.47 0.82
Hex D6 BA E6 7 13 0 A 116 2F 52
Octal 326 272 346 7 23 0 12 426 57 122
Binary 11010110 10111010 11100110 111 10011 0 1010 100010110 101111 1010010

Color Harmonies of #D6BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAE6

Black with #D6BAE6

Text Example


Text Example

White with #D6BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAE6; }

 p { color: rgb(214,186,230); }

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

background-color css

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

 a { background-color: rgb(214,186,230); }

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

border-color css

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

 span { border-color: rgb(214,186,230); }

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