Html Css Color HEX #D9C6EF Fog

📋 copy color: '#D9C6EF'

red 217 ◦ green 198 ◦ blue 239

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

Shades of Fog #D9C6EF

Tints of Fog #D9C6EF

RGB

 RED value IS 217 (85.16% from 255) = 33.18%

 GREEN value IS 198 (77.73% from 255) = 30.28%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 33.18%
G = 30.28%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9C6EF (or 0xD9C6EF) is known color: Fog. HEX triplet: D9, C6 and EF. RGB value is (217,198,239). Sum of RGB (Red+Green+Blue) = 217+198+239=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6EF is #263910. Grayscale: #D0D0D0. Windows color (decimal): -2504977 or 15714009. OLE color: 15714009.

HSL color Cylindrical-coordinate representation of color #D9C6EF: hue angle of 267.8º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C6EF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 198 239 -
CMYK 0.09 0.17 0 0.06
HSL 267.8º 0.56% 0.86% -
HSV(B) 267.8º 0.17% 0.94% -
XYZ 64.39 61.37 90.11 -
YUV 208.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 217 198 239 0.09 0.17 0 0.06 267.8 0.56 0.86
Hex D9 C6 EF 9 11 0 6 10C 38 56
Octal 331 306 357 11 21 0 6 414 70 126
Binary 11011001 11000110 11101111 1001 10001 0 110 100001100 111000 1010110

Color Harmonies of #D9C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6EF

Black with #D9C6EF

Text Example


Text Example

White with #D9C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6EF; }

 p { color: rgb(217,198,239); }

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

background-color css

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

 a { background-color: rgb(217,198,239); }

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

border-color css

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

 span { border-color: rgb(217,198,239); }

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