Html Css Color HEX #D6BAED Fog

📋 copy color: '#D6BAED'

red 214 ◦ green 186 ◦ blue 237

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

Shades of Fog #D6BAED

Tints of Fog #D6BAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 33.59%
G = 29.2%
B = 37.21%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6BAED (or 0xD6BAED) is known color: Fog. HEX triplet: D6, BA and ED. RGB value is (214,186,237). Sum of RGB (Red+Green+Blue) = 214+186+237=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAED is #294512. Grayscale: #C8C8C8. Windows color (decimal): -2704659 or 15579862. OLE color: 15579862.

HSL color Cylindrical-coordinate representation of color #D6BAED: hue angle of 272.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BAED is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 186 237 -
CMYK 0.10 0.22 0 0.07
HSL 272.94º 0.59% 0.83% -
HSV(B) 272.94º 0.22% 0.93% -
XYZ 60.58 55.53 87.65 -
YUV 200.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 214 186 237 0.10 0.22 0 0.07 272.94 0.59 0.83
Hex D6 BA ED A 16 0 7 111 3B 53
Octal 326 272 355 12 26 0 7 421 73 123
Binary 11010110 10111010 11101101 1010 10110 0 111 100010001 111011 1010011

Color Harmonies of #D6BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAED

Black with #D6BAED

Text Example


Text Example

White with #D6BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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