Html Css Color HEX #D6D1E6 Fog

📋 copy color: '#D6D1E6'

red 214 ◦ green 209 ◦ blue 230

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

Shades of Fog #D6D1E6

Tints of Fog #D6D1E6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.01%

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

R = 32.77%
G = 32.01%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D6D1E6 (or 0xD6D1E6) is known color: Fog. HEX triplet: D6, D1 and E6. RGB value is (214,209,230). Sum of RGB (Red+Green+Blue) = 214+209+230=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6D1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1E6 is #292E19. Grayscale: #D4D4D4. Windows color (decimal): -2698778 or 15126998. OLE color: 15126998.

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

Color convert

RGB 214 209 230 -
CMYK 0.07 0.09 0 0.10
HSL 254.29º 0.3% 0.86% -
HSV(B) 254.29º 0.09% 0.9% -
XYZ 64.81 65.61 84.11 -
YUV 212.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 214 209 230 0.07 0.09 0 0.10 254.29 0.3 0.86
Hex D6 D1 E6 7 9 0 A FE 1E 56
Octal 326 321 346 7 11 0 12 376 36 126
Binary 11010110 11010001 11100110 111 1001 0 1010 11111110 11110 1010110

Color Harmonies of #D6D1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1E6

Black with #D6D1E6

Text Example


Text Example

White with #D6D1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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